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.common.utils.JerseyClient.get(JerseyClient.java:112) at org.onap.holmes.common.config.MicroServiceConfig.execQuery(MicroServiceConfig.java:72) at org.onap.holmes.common.config.MicroServiceConfig.getServiceConfigInfoFromCBS(MicroServiceConfig.java:77) at org.onap.holmes.common.dcae.DcaeConfigurationQuery.getDcaeConfigurations(DcaeConfigurationQuery.java:27) at org.onap.holmes.rulemgt.dcae.DcaeConfigurationPolling.run(DcaeConfigurationPolling.java:53) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) 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) ... 25 common frames omitted 2021-11-20 11:54:47 482 INFO [org.glassfish.jersey.process.internal.ExecutorProviders][pool-2-thread-1] 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. 2021-11-20 11:54:47 482 INFO [org.glassfish.jersey.process.internal.ExecutorProviders][pool-2-thread-1] 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. 2021-11-20 11:54:47 487 INFO [org.glassfish.jersey.client.internal.HttpUrlConnector][pool-2-thread-1] 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). 2021-11-20 11:54:47 488 TRACE [sun.net.www.protocol.http.HttpURLConnection][pool-2-thread-1] invocationID:{InvocationID} - ProxySelector Request for http://config-binding-service.onap:10000/service_component/holmes-rule-mgmt 2021-11-20 11:54:47 488 TRACE [sun.net.www.protocol.http.HttpURLConnection][pool-2-thread-1] invocationID:{InvocationID} - Proxy used: DIRECT 2021-11-20 11:54:47 488 DEBUG [sun.net.www.protocol.http.HttpURLConnection][pool-2-thread-1] invocationID:{InvocationID} - sun.net.www.MessageHeader@183ca1425 pairs: {GET /service_component/holmes-rule-mgmt HTTP/1.1: null}{User-Agent: Jersey/2.31 (HttpUrlConnection 11.0.6)}{Host: config-binding-service.onap:10000}{Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2}{Connection: keep-alive} 2021-11-20 11:54:47 508 TRACE [sun.net.www.protocol.http.HttpURLConnection][pool-2-thread-1] invocationID:{InvocationID} - KeepAlive stream used: http://config-binding-service.onap:10000/service_component/holmes-rule-mgmt 2021-11-20 11:54:47 508 DEBUG [sun.net.www.protocol.http.HttpURLConnection][pool-2-thread-1] invocationID:{InvocationID} - sun.net.www.MessageHeader@6f36386e5 pairs: {null: HTTP/1.1 200 OK}{x-onap-requestid: bfc84d66-b438-4f5f-9267-550af3ef6a1b}{Content-Type: application/json}{Content-Length: 4153}{Date: Sat, 20 Nov 2021 11:54:47 GMT} 2021-11-20 11:54:47 509 INFO [org.onap.holmes.common.config.MicroServiceConfig][pool-2-thread-1] invocationID:{InvocationID} - The query url is: http://config-binding-service.onap:10000/service_component/holmes-rule-mgmt. The corresponding configurations are {"holmes.default.rule.volte.scenario1": "ControlLoop-VOLTE-2179b738-fd36-4843-a71a-a8c24c70c55b$$$package org.onap.holmes.droolsRule;\n\nimport org.onap.holmes.common.dmaap.DmaapService;\nimport org.onap.holmes.common.api.stat.VesAlarm;\nimport org.onap.holmes.common.aai.CorrelationUtil;\nimport org.onap.holmes.common.dmaap.entity.PolicyMsg;\nimport org.onap.holmes.common.dropwizard.ioc.utils.ServiceLocatorHolder;\nimport org.onap.holmes.common.utils.DroolsLog;\n \n\nrule \"Relation_analysis_Rule\"\nsalience 200\nno-loop true\n when\n $root : VesAlarm(alarmIsCleared == 0,\n $sourceId: sourceId, sourceId != null && !sourceId.equals(\"\"),\n\t\t\t$sourceName: sourceName, sourceName != null && !sourceName.equals(\"\"),\n\t\t\t$startEpochMicrosec: startEpochMicrosec,\n eventName in (\"Fault_MultiCloud_VMFailure\"),\n $eventId: eventId)\n $child : VesAlarm( eventId != $eventId, parentId == null,\n CorrelationUtil.getInstance().isTopologicallyRelated(sourceId, $sourceId, $sourceName),\n eventName in (\"Fault_MME_eNodeB out of service alarm\"),\n startEpochMicrosec < $startEpochMicrosec + 60000 && startEpochMicrosec > $startEpochMicrosec - 60000 )\n then\n\t\tDroolsLog.printInfo(\"===========================================================\");\n\t\tDroolsLog.printInfo(\"Relation_analysis_Rule: rootId=\" + $root.getEventId() + \", childId=\" + $child.getEventId());\n\t\t$child.setParentId($root.getEventId());\n\t\tupdate($child);\n\t\t\nend\n\nrule \"root_has_child_handle_Rule\"\nsalience 150\nno-loop true\n\twhen\n\t\t$root : VesAlarm(alarmIsCleared == 0, rootFlag == 0, $eventId: eventId)\n\t\t$child : VesAlarm(eventId != $eventId, parentId == $eventId)\n\tthen\n\t\tDroolsLog.printInfo(\"===========================================================\");\n\t\tDroolsLog.printInfo(\"root_has_child_handle_Rule: rootId=\" + $root.getEventId() + \", childId=\" + $child.getEventId());\n\t\tDmaapService dmaapService = ServiceLocatorHolder.getLocator().getService(DmaapService.class);\n\t\tPolicyMsg policyMsg = dmaapService.getPolicyMsg($root, $child, \"org.onap.holmes.droolsRule\");\n dmaapService.publishPolicyMsg(policyMsg, \"dcae_cl_out\");\n\t\t$root.setRootFlag(1);\n\t\tupdate($root);\nend\n\nrule \"root_no_child_handle_Rule\"\nsalience 100\nno-loop true\n when\n $root : VesAlarm(alarmIsCleared == 0, rootFlag == 0,\n sourceId != null && !sourceId.equals(\"\"),\n\t\t\tsourceName != null && !sourceName.equals(\"\"),\n eventName in (\"Fault_MultiCloud_VMFailure\"))\n then\n\t\tDroolsLog.printInfo(\"===========================================================\");\n\t\tDroolsLog.printInfo(\"root_no_child_handle_Rule: rootId=\" + $root.getEventId());\n\t\tDmaapService dmaapService = ServiceLocatorHolder.getLocator().getService(DmaapService.class);\n\t\tPolicyMsg policyMsg = dmaapService.getPolicyMsg($root, null, \"org.onap.holmes.droolsRule\");\n dmaapService.publishPolicyMsg(policyMsg, \"dcae_cl_out\");\n\t\t$root.setRootFlag(1);\n\t\tupdate($root);\nend\n\nrule \"root_cleared_handle_Rule\"\nsalience 100\nno-loop true\n when\n $root : VesAlarm(alarmIsCleared == 1, rootFlag == 1)\n then\n\t\tDroolsLog.printInfo(\"===========================================================\");\n\t\tDroolsLog.printInfo(\"root_cleared_handle_Rule: rootId=\" + $root.getEventId());\n\t\tDmaapService dmaapService = ServiceLocatorHolder.getLocator().getService(DmaapService.class);\n\t\tPolicyMsg policyMsg = dmaapService.getPolicyMsg($root, null, \"org.onap.holmes.droolsRule\");\n dmaapService.publishPolicyMsg(policyMsg, \"dcae_cl_out\");\n\t\tretract($root);\nend\n\nrule \"child_handle_Rule\"\nsalience 100\nno-loop true\n when\n $child : VesAlarm(alarmIsCleared == 1, rootFlag == 0)\n then\n\t\tDroolsLog.printInfo(\"===========================================================\");\n\t\tDroolsLog.printInfo(\"child_handle_Rule: childId=\" + $child.getEventId());\n\t\tretract($child);\nend", "services_calls": {}, "streams_publishes": {}, "streams_subscribes": {}} 2021-11-20 11:54:47 509 INFO [org.onap.holmes.rulemgt.dcae.DcaeConfigurationPolling][pool-2-thread-1] invocationID:{InvocationID} - Operation aborted due to identical configurations. 2021-11-20 11:54:52 313 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@37e55819-RuleActiveApp@11e71181{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@12b4509b[java.nio.channels.SocketChannel[connected local=/10.233.70.7:9101 remote=/10.233.70.59:52146]] on ManagedSelector@a84338a{STARTED} id=0 keys=0 selected=0 updates=0 2021-11-20 11:54:52 313 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@37e55819-RuleActiveApp@11e71181{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@a84338a{STARTED} id=0 keys=0 selected=0 updates=1 2021-11-20 11:54:52 313 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken with none selected 2021-11-20 11:54:52 313 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken up from select, 0/0/0 selected 2021-11-20 11:54:52 313 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b processing 0 keys, 1 updates 2021-11-20 11:54:52 313 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 1 2021-11-20 11:54:52 313 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update Accept@12b4509b[java.nio.channels.SocketChannel[connected local=/10.233.70.7:9101 remote=/10.233.70.59:52146]] 2021-11-20 11:54:52 313 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue Accept@12b4509b[java.nio.channels.SocketChannel[connected local=/10.233.70.7:9101 remote=/10.233.70.59:52146]] startThread=0 2021-11-20 11:54:52 313 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0 2021-11-20 11:54:52 313 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b waiting with 1 keys 2021-11-20 11:54:52 314 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - run Accept@12b4509b[java.nio.channels.SocketChannel[connected local=/10.233.70.7:9101 remote=/10.233.70.59:52146]] in InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=1/1,p=0}] 2021-11-20 11:54:52 314 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-28] invocationID:{InvocationID} - SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-11-20 11:54:52 314 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-28] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@11b4bc0f 2021-11-20 11:54:52 314 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - new HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=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@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-11-20 11:54:52 314 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - New HTTP Connection HttpConnection@1e8a437c::DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=0/30000} 2021-11-20 11:54:52 314 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$508/0x0000000100630040@776f87dd on ManagedSelector@a84338a{STARTED} id=0 keys=1 selected=0 updates=0 2021-11-20 11:54:52 314 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@1eb1545e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 314 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onOpen SslConnection@1eb1545e::SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@1eb1545e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 314 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onOpen HttpConnection@1e8a437c::DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=0/30000} 2021-11-20 11:54:52 314 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - fillInterested HttpConnection@1e8a437c::DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=0/30000} 2021-11-20 11:54:52 314 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - interested FillInterest@2e4db2e9{AC.ReadCB@1e8a437c{HttpConnection@1e8a437c::DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-11-20 11:54:52 315 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@1eb1545e::SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@1eb1545e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 315 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - SslConnection@1eb1545e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 315 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - interested FillInterest@25178992{SSLC.NBReadCB@1eb1545e{SslConnection@1eb1545e::SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@1eb1545e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-11-20 11:54:52 315 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@1eb1545e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 315 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$502/0x00000001005f3c40@31103aca on ManagedSelector@a84338a{STARTED} id=0 keys=1 selected=0 updates=1 2021-11-20 11:54:52 315 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@a84338a{STARTED} id=0 keys=1 selected=0 updates=2 2021-11-20 11:54:52 315 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken with none selected 2021-11-20 11:54:52 315 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken up from select, 0/0/1 selected 2021-11-20 11:54:52 315 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b processing 0 keys, 2 updates 2021-11-20 11:54:52 315 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 2 2021-11-20 11:54:52 315 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$508/0x0000000100630040@776f87dd 2021-11-20 11:54:52 315 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$502/0x00000001005f3c40@31103aca 2021-11-20 11:54:52 315 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@1eb1545e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 315 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0 2021-11-20 11:54:52 315 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b waiting with 1 keys 2021-11-20 11:54:52 315 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken up from select, 1/1/1 selected 2021-11-20 11:54:52 315 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b processing 1 keys, 0 updates 2021-11-20 11:54:52 316 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.70.7:9101 remote=/10.233.70.59:52146], selector=sun.nio.ch.EPollSelectorImpl@24a3870b, interestOps=1, readyOps=1 SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@1eb1545e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 316 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@1eb1545e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 316 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@1eb1545e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-11-20 11:54:52 316 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=1/1,p=0} tryExecute EatWhatYouKill@674aa626/SelectorProducer@28f05b0c/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=1/1,p=0}][pc=0,pic=0,pec=4,epc=3613]@2021-11-20T11:54:52.316623Z 2021-11-20 11:54:52 316 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=0/1,p=0}@2f5b56b1 offer EatWhatYouKill@674aa626/SelectorProducer@28f05b0c/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=0/1,p=0}][pc=0,pic=0,pec=4,epc=3613]@2021-11-20T11:54:52.316694Z 2021-11-20 11:54:52 316 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=0/1,p=1} startReservedThread p=1 2021-11-20 11:54:52 316 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue ReservedThreadExecutor@2baac4a7{s=0/1,p=1}@2ca9f523 startThread=0 2021-11-20 11:54:52 316 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - run ReservedThreadExecutor@2baac4a7{s=0/1,p=1}@2ca9f523 in InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=0/1,p=1}] 2021-11-20 11:54:52 316 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=0/1,p=1}@2f5b56b1 task=EatWhatYouKill@674aa626/SelectorProducer@28f05b0c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=0/1,p=1}][pc=0,pic=0,pec=4,epc=3613]@2021-11-20T11:54:52.316853Z 2021-11-20 11:54:52 316 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@674aa626/SelectorProducer@28f05b0c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=0/1,p=1}][pc=0,pic=0,pec=4,epc=3613]@2021-11-20T11:54:52.316798Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@1eb1545e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-11-20 11:54:52 316 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=1/1,p=1}@2ca9f523 started 2021-11-20 11:54:52 316 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=1/1,p=0}@2ca9f523 waiting 2021-11-20 11:54:52 316 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@674aa626/SelectorProducer@28f05b0c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=1/1,p=0}][pc=0,pic=0,pec=4,epc=3614]@2021-11-20T11:54:52.316925Z tryProduce true 2021-11-20 11:54:52 316 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 0 2021-11-20 11:54:52 316 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0 2021-11-20 11:54:52 317 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@25178992{SSLC.NBReadCB@1eb1545e{SslConnection@1eb1545e::SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@1eb1545e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-11-20 11:54:52 317 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >c.onFillable SslConnection@1eb1545e::SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1eb1545e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 317 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1eb1545e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 317 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b waiting with 1 keys 2021-11-20 11:54:52 317 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - onFillable SslConnection@1eb1545e::SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@1eb1545e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 317 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@2e4db2e9{AC.ReadCB@1e8a437c{HttpConnection@1e8a437c::DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=FI,flush=-,to=2/30000}}} 2021-11-20 11:54:52 317 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@1e8a437c::DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-11-20 11:54:52 317 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Created SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@1eb1545e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 317 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@1eb1545e::SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@1eb1545e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 317 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran Accept@12b4509b[java.nio.channels.SocketChannel[connected local=/10.233.70.7:9101 remote=/10.233.70.59:52146]] in InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=1/1,p=0}] 2021-11-20 11:54:52 317 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-11-20 11:54:52 317 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 261 HeapByteBuffer@66621e8e[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\x94\xB3Q\xE8s/\xB3\xB2-\xB3G\xA6\r\x8f...=\x03\xBbs\x19_\xF8\xE7\x02\x04`\x8c\xC3\x8c\x97\xBb{C\x0b\xD6\xCanX>>>u\xEd\xC7\x18\xB4#g\xD2\xDc...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:54:52 317 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=261 2021-11-20 11:54:52 317 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill starting handshake SslConnection@1eb1545e::SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1eb1545e{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 318 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - unwrap net_filled=261 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 261 bytesProduced = 0 encryptedBuffer=[p=261,l=261,c=17408,r=0] unwrapBuffer=HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x0b\x85v\xF0...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x0b\x85v\xF0...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:54:52 318 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_TASK 2021-11-20 11:54:52 318 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_WRAP 2021-11-20 11:54:52 318 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >flush SslConnection@1eb1545e::SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1eb1545e{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 318 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5abe66d3[p=0,l=0,c=0,r=0]={<<<>>>} 2021-11-20 11:54:52 318 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP 2021-11-20 11:54:52 318 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false 2021-11-20 11:54:52 319 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1eb1545e{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 319 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net flushed=true, ac=true 2021-11-20 11:54:52 319 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@1eb1545e{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 319 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-11-20 11:54:52 319 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 373 HeapByteBuffer@66621e8e[p=0,l=373,c=17408,r=373]={<<<\x14\x03\x03\x00\x01\x01\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\x94\xB3Q\xE8s/\xB3\xB2...#\r\xC5\x12\xBa\x90\x12D\xFd\xD3\xC1%<\x11\x85\xA9\x0c\xF96\x0cV\x82a>>>\xEdd>4\xFbTIn\xA2...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:54:52 319 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=373 2021-11-20 11:54:52 319 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - unwrap net_filled=373 Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 6 bytesProduced = 0 encryptedBuffer=[p=6,l=373,c=17408,r=367] unwrapBuffer=HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x0b\x85v\xF0...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x0b\x85v\xF0...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:54:52 319 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-11-20 11:54:52 319 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 0 HeapByteBuffer@66621e8e[p=6,l=373,c=17408,r=367]={\x14\x03\x03\x00\x01\x01<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\x94\xB3Q\xE8s/\xB3\xB2-\xB3G\xA6\r\x8f...#\r\xC5\x12\xBa\x90\x12D\xFd\xD3\xC1%<\x11\x85\xA9\x0c\xF96\x0cV\x82a>>>\xEdd>4\xFbTIn\xA2...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:54:52 319 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=0 2021-11-20 11:54:52 319 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 367 bytesProduced = 0 encryptedBuffer=[p=373,l=373,c=17408,r=0] unwrapBuffer=HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x0b\x85v\xF0...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x0b\x85v\xF0...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:54:52 319 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_TASK 2021-11-20 11:54:52 323 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-27] invocationID:{InvocationID} - Chose alias holmes-rule-mgmt@holmes-rule-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@11b4bc0f 2021-11-20 11:54:52 326 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_WRAP 2021-11-20 11:54:52 326 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >flush SslConnection@1eb1545e::SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@1eb1545e{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 326 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5abe66d3[p=0,l=0,c=0,r=0]={<<<>>>} 2021-11-20 11:54:52 326 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP 2021-11-20 11:54:52 326 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false 2021-11-20 11:54:52 326 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@1eb1545e{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 326 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net flushed=true, ac=true 2021-11-20 11:54:52 326 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP 2021-11-20 11:54:52 326 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false 2021-11-20 11:54:52 326 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1eb1545e{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 326 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net flushed=true, ac=true 2021-11-20 11:54:52 326 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP 2021-11-20 11:54:52 326 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2687 sequenceNumber = 0 [p=0,l=2687,c=17408,r=2687] ioDone=false/false 2021-11-20 11:54:52 326 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - flushed 2687 SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1eb1545e{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 327 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net flushed=true, ac=true 2021-11-20 11:54:52 327 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@1eb1545e{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 327 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-11-20 11:54:52 327 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 0 HeapByteBuffer@66621e8e[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x16\x03\x03...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:54:52 327 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=0 2021-11-20 11:54:52 327 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x0b\x85v\xF0...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x0b\x85v\xF0...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:54:52 327 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@1eb1545e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 327 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@1eb1545e::SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1eb1545e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 327 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-11-20 11:54:52 327 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 0 HeapByteBuffer@66621e8e[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x16\x03\x03...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:54:52 327 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=0 2021-11-20 11:54:52 327 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x0b\x85v\xF0...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x0b\x85v\xF0...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:54:52 327 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@1eb1545e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 327 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@1e8a437c::DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=12/30000} filled 0 HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x0b\x85v\xF0...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:54:52 327 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@1e8a437c::DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=12/30000} parse HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x0b\x85v\xF0...\x00\x00\x00\x00\x00\x00\x00} {} 2021-11-20 11:54:52 327 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x0b\x85v\xF0...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:54:52 327 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@1e8a437c::DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=12/30000} parsed false HttpParser{s=START,0 of -1} 2021-11-20 11:54:52 327 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@1e8a437c::DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=12/30000} 2021-11-20 11:54:52 327 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - fillInterested HttpConnection@1e8a437c::DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=12/30000} 2021-11-20 11:54:52 327 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - interested FillInterest@2e4db2e9{AC.ReadCB@1e8a437c{HttpConnection@1e8a437c::DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-11-20 11:54:52 327 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@1eb1545e::SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1eb1545e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 327 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@1eb1545e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 328 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - interested FillInterest@25178992{SSLC.NBReadCB@1eb1545e{SslConnection@1eb1545e::SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1eb1545e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-11-20 11:54:52 328 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@1eb1545e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 328 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$502/0x00000001005f3c40@31103aca on ManagedSelector@a84338a{STARTED} id=0 keys=1 selected=0 updates=0 2021-11-20 11:54:52 328 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@a84338a{STARTED} id=0 keys=1 selected=0 updates=1 2021-11-20 11:54:52 328 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@1e8a437c::DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-11-20 11:54:52 328 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken with none selected 2021-11-20 11:54:52 328 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken up from select, 0/0/1 selected 2021-11-20 11:54:52 328 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b processing 0 keys, 1 updates 2021-11-20 11:54:52 328 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 1 2021-11-20 11:54:52 328 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$502/0x00000001005f3c40@31103aca 2021-11-20 11:54:52 328 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@1eb1545e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 328 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=1/1,p=0}@200953ae size 1 > capacity 2021-11-20 11:54:52 328 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - ran ReservedThreadExecutor@2baac4a7{s=1/1,p=0}@200953ae in InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=1/1,p=0}] 2021-11-20 11:54:52 328 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@1eb1545e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 328 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0 2021-11-20 11:54:52 328 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b waiting with 1 keys 2021-11-20 11:54:52 328 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken up from select, 1/1/1 selected 2021-11-20 11:54:52 328 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b processing 1 keys, 0 updates 2021-11-20 11:54:52 328 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.70.7:9101 remote=/10.233.70.59:52146], selector=sun.nio.ch.EPollSelectorImpl@24a3870b, interestOps=1, readyOps=1 SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@1eb1545e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 328 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@1eb1545e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 329 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@1eb1545e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-11-20 11:54:52 329 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=1/1,p=0} tryExecute EatWhatYouKill@674aa626/SelectorProducer@28f05b0c/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=1/1,p=0}][pc=0,pic=0,pec=4,epc=3614]@2021-11-20T11:54:52.329213Z 2021-11-20 11:54:52 329 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=0/1,p=0}@2ca9f523 offer EatWhatYouKill@674aa626/SelectorProducer@28f05b0c/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=0/1,p=0}][pc=0,pic=0,pec=4,epc=3614]@2021-11-20T11:54:52.329306Z 2021-11-20 11:54:52 329 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=0/1,p=1} startReservedThread p=1 2021-11-20 11:54:52 329 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue ReservedThreadExecutor@2baac4a7{s=0/1,p=1}@565a6c90 startThread=0 2021-11-20 11:54:52 329 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=0/1,p=1}@2ca9f523 task=EatWhatYouKill@674aa626/SelectorProducer@28f05b0c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=0/1,p=1}][pc=0,pic=0,pec=4,epc=3614]@2021-11-20T11:54:52.32944Z 2021-11-20 11:54:52 329 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - run ReservedThreadExecutor@2baac4a7{s=0/1,p=1}@565a6c90 in InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=0/1,p=1}] 2021-11-20 11:54:52 329 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=1/1,p=1}@565a6c90 started 2021-11-20 11:54:52 329 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=1/1,p=0}@565a6c90 waiting 2021-11-20 11:54:52 329 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-23] invocationID:{InvocationID} - EatWhatYouKill@674aa626/SelectorProducer@28f05b0c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=1/1,p=0}][pc=0,pic=0,pec=4,epc=3614]@2021-11-20T11:54:52.329521Z tryProduce true 2021-11-20 11:54:52 329 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updateable 0 2021-11-20 11:54:52 329 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updates 0 2021-11-20 11:54:52 329 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@674aa626/SelectorProducer@28f05b0c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=1/1,p=1}][pc=0,pic=0,pec=4,epc=3614]@2021-11-20T11:54:52.329488Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@1eb1545e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-11-20 11:54:52 329 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1eb1545e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 329 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b waiting with 1 keys 2021-11-20 11:54:52 329 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@25178992{SSLC.NBReadCB@1eb1545e{SslConnection@1eb1545e::SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1eb1545e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-11-20 11:54:52 329 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >c.onFillable SslConnection@1eb1545e::SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1eb1545e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 330 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - onFillable SslConnection@1eb1545e::SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1eb1545e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 330 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@2e4db2e9{AC.ReadCB@1e8a437c{HttpConnection@1e8a437c::DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=FI,flush=-,to=2/30000}}} 2021-11-20 11:54:52 330 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@1e8a437c::DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-11-20 11:54:52 330 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >fill SslConnection@1eb1545e::SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@1eb1545e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 330 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-11-20 11:54:52 332 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 228 HeapByteBuffer@66621e8e[p=0,l=228,c=17408,r=228]={<<<\x17\x03\x03\x005\xD6k\x8b>\x90\xB7\xFbt\\\xD6C\t\x88\xA8'\xBe\xEe\xAf\xB7\x04...\xF5\x83\xB8N\xD5N\x1a \xC6\x93\x1c]W\xC1\x16\x1d\xB1Nz\xEe\x92b\x1a>>>E\x00C\x13\x01{\xC2\x8c\xD1...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:54:52 332 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=228 2021-11-20 11:54:52 333 DEBUG [jdk.event.security][dw-24] invocationID:{InvocationID} - TLSHandshake: 10.233.70.59:52146, TLSv1.3, TLS_AES_128_GCM_SHA256, 0 2021-11-20 11:54:52 333 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=228 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=228,c=17408,r=170] unwrapBuffer=HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x0b\x85v\xF0...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x0b\x85v\xF0...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:54:52 333 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - handshake succeeded SslConnection@1eb1545e::SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1eb1545e{NOT_HANDSHAKING,eio=170/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} resumed server TLSv1.3/TLS_AES_128_GCM_SHA256 2021-11-20 11:54:52 333 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-11-20 11:54:52 333 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 0 HeapByteBuffer@66621e8e[p=58,l=228,c=17408,r=170]={\x17\x03\x03\x005\x14\x00\x00 ...+\xA4\x11\xA8\xBdf\x13<<<\x17\x03\x03\x00\xA5\xE4\x19,LU\x96\xEb\x98\x17\xC56\x84c6\xD4\xE9F\xCd\xE7S...\xF5\x83\xB8N\xD5N\x1a \xC6\x93\x1c]W\xC1\x16\x1d\xB1Nz\xEe\x92b\x1a>>>E\x00C\x13\x01{\xC2\x8c\xD1...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:54:52 333 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=0 2021-11-20 11:54:52 333 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 170 bytesProduced = 148 encryptedBuffer=[p=228,l=228,c=17408,r=0] unwrapBuffer=HeapByteBuffer@3fa0f0a4[p=0,l=148,c=17408,r=148]={<<>>\xC1\x9fxZ\xEd\xA0\xC4\x02\x06...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3fa0f0a4[p=0,l=148,c=17408,r=148]={<<>>\xC1\x9fxZ\xEd\xA0\xC4\x02\x06...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:54:52 334 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@1eb1545e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=START,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 334 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@1e8a437c::DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=6/30000} filled 148 HeapByteBuffer@3fa0f0a4[p=0,l=148,c=17408,r=148]={<<>>\xC1\x9fxZ\xEd\xA0\xC4\x02\x06...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:54:52 334 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@1e8a437c::DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=6/30000} parse HeapByteBuffer@3fa0f0a4[p=0,l=148,c=17408,r=148]={<<>>\xC1\x9fxZ\xEd\xA0\xC4\x02\x06...\x00\x00\x00\x00\x00\x00\x00} {} 2021-11-20 11:54:52 334 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@3fa0f0a4[p=0,l=148,c=17408,r=148]={<<>>\xC1\x9fxZ\xEd\xA0\xC4\x02\x06...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:54:52 334 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - START --> SPACE1 2021-11-20 11:54:52 334 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - SPACE1 --> URI 2021-11-20 11:54:52 334 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - URI --> SPACE2 2021-11-20 11:54:52 334 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION 2021-11-20 11:54:52 334 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER 2021-11-20 11:54:52 334 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Host --> VALUE 2021-11-20 11:54:52 334 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE 2021-11-20 11:54:52 334 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Host --> FIELD 2021-11-20 11:54:52 334 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE 2021-11-20 11:54:52 334 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE 2021-11-20 11:54:52 334 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD 2021-11-20 11:54:52 334 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE 2021-11-20 11:54:52 334 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD 2021-11-20 11:54:52 334 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE 2021-11-20 11:54:52 334 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD 2021-11-20 11:54:52 334 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER --> CONTENT 2021-11-20 11:54:52 334 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - REQUEST for //10.233.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} GET //10.233.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1 Host: 10.233.70.7:9101 User-Agent: kube-probe/1.19 Accept-Encoding: gzip Connection: close 2021-11-20 11:54:52 334 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@1e8a437c::DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=6/30000} parsed true HttpParser{s=CONTENT,0 of -1} 2021-11-20 11:54:52 334 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@1e8a437c::DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=6/30000} 2021-11-20 11:54:52 334 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - handle //10.233.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-11-20 11:54:52 334 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - handling HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-11-20 11:54:52 334 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-11-20 11:54:52 334 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-24] invocationID:{InvocationID} - Host 10.233.70.7 with SNI null 2021-11-20 11:54:52 334 DEBUG [org.eclipse.jetty.server.Server][dw-24] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-11-20 11:54:52 335 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-24] invocationID:{InvocationID} - GzipHandler@625487a6{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck)@7aa7e56b in null 2021-11-20 11:54:52 335 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-24] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@53a9fcfd{/,null,AVAILABLE} 2021-11-20 11:54:52 335 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-24] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@53a9fcfd{/,null,AVAILABLE} 2021-11-20 11:54:52 335 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-6aae0e6f@f339f612==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-11-20 11:54:52 335 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - chain=customFilter@68e2d03e==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-5e3db14@5e3db14==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-1ee40b5c@1ee40b5c==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-6aae0e6f@f339f612==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-11-20 11:54:52 335 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - call filter customFilter@68e2d03e==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true 2021-11-20 11:54:52 335 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - Entering. 2021-11-20 11:54:52 335 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation. 2021-11-20 11:54:52 335 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 78471cf7-ac41-4af8-9457-871b73f15880 2021-11-20 11:54:52 335 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - Invoking synchronously ... 2021-11-20 11:54:52 335 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-5e3db14@5e3db14==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true 2021-11-20 11:54:52 335 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-1ee40b5c@1ee40b5c==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true 2021-11-20 11:54:52 335 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-6aae0e6f@f339f612==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-11-20 11:54:52 336 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@625487a6{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck)@7aa7e56b 2021-11-20 11:54:52 336 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@5362670c exclude no deflater 2021-11-20 11:54:52 336 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@2bad60e0[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@2e96b7e9{null} 2021-11-20 11:54:52 336 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} 200 OK HTTP/1.1 Connection: close Date: Sat, 20 Nov 2021 11:54:52 GMT X-TransactionID: 78471cf7-ac41-4af8-9457-871b73f15880 X-InvocationID: dc2faed5-c484-416b-a7f4-c987ca4077cd Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2021-11-20 11:54:52 337 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@6bdf83ed[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2b45c39d] (null,[p=0,l=4,c=8192,r=4],true)@START 2021-11-20 11:54:52 337 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@2bad60e0[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:54:52 337 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close Date: Sat, 20 Nov 2021 11:54:52 GMT X-TransactionID: 78471cf7-ac41-4af8-9457-871b73f15880 X-InvocationID: dc2faed5-c484-416b-a7f4-c987ca4077cd Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2021-11-20 11:54:52 337 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT 2021-11-20 11:54:52 337 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@6bdf83ed[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2b45c39d] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING 2021-11-20 11:54:52 337 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@6baf0c75{IDLE}->null [HeapByteBuffer@776acd07[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@2bad60e0[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 2021-11-20 11:54:52 337 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@6baf0c75{WRITING}->null:IDLE-->WRITING 2021-11-20 11:54:52 337 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@1eb1545e::SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@1eb1545e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=W,to=9/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@62109c74{s=COMPLETING}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-11-20 11:54:52 337 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@776acd07[p=0,l=252,c=8192,r=252]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:54:52 337 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@2bad60e0[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:54:52 337 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING 2021-11-20 11:54:52 337 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 256 bytesProduced = 294 sequenceNumber = 0 [p=0,l=294,c=17408,r=294] ioDone=false/false 2021-11-20 11:54:52 337 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@1eb1545e{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=W,to=10/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@62109c74{s=COMPLETING}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-11-20 11:54:52 338 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2021-11-20 11:54:52 338 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@1eb1545e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=W,to=10/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@62109c74{s=COMPLETING}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-11-20 11:54:52 338 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@6baf0c75{WRITING}->null 2021-11-20 11:54:52 338 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@6baf0c75{IDLE}->null:WRITING-->IDLE 2021-11-20 11:54:52 338 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@6bdf83ed[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2b45c39d] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2021-11-20 11:54:52 338 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@6bdf83ed[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2b45c39d] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2021-11-20 11:54:52 338 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=10/30000} 2021-11-20 11:54:52 339 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@1eb1545e::SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1eb1545e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OSHUTTING,fill=-,flush=-,to=10/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@62109c74{s=END}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} oshut=false, ishut=false 2021-11-20 11:54:52 340 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@1eb1545e::SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1eb1545e{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OSHUTTING,fill=-,flush=-,to=11/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@62109c74{s=END}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-11-20 11:54:52 340 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5abe66d3[p=0,l=0,c=0,r=0]={<<<>>>} 2021-11-20 11:54:52 340 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP 2021-11-20 11:54:52 340 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 40 sequenceNumber = 1 [p=0,l=40,c=17408,r=40] ioDone=false/true 2021-11-20 11:54:52 340 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@1eb1545e{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OSHUTTING,fill=-,flush=-,to=12/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@62109c74{s=END}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2021-11-20 11:54:52 340 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2021-11-20 11:54:52 340 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1eb1545e{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OSHUTTING,fill=-,flush=-,to=13/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@62109c74{s=END}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2021-11-20 11:54:52 341 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@1eb1545e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OSHUTTING,fill=-,flush=-,to=13/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@62109c74{s=END}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2021-11-20 11:54:52 341 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@1eb1545e::SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1eb1545e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OSHUTTING,fill=-,flush=-,to=13/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@62109c74{s=END}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7} 2021-11-20 11:54:52 341 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@25178992{SSLC.NBReadCB@1eb1545e{SslConnection@1eb1545e::SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1eb1545e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OSHUTTING,fill=-,flush=-,to=13/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@62109c74{s=END}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7}}} 2021-11-20 11:54:52 341 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@1eb1545e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OSHUTTING,fill=-,flush=-,to=13/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@62109c74{s=END}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7} 2021-11-20 11:54:52 341 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$502/0x00000001005f3c40@31103aca on ManagedSelector@a84338a{STARTED} id=0 keys=1 selected=0 updates=0 2021-11-20 11:54:52 341 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@a84338a{STARTED} id=0 keys=1 selected=0 updates=1 2021-11-20 11:54:52 341 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken with none selected 2021-11-20 11:54:52 341 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken up from select, 0/0/1 selected 2021-11-20 11:54:52 341 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b processing 0 keys, 1 updates 2021-11-20 11:54:52 341 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updateable 1 2021-11-20 11:54:52 341 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$502/0x00000001005f3c40@31103aca 2021-11-20 11:54:52 341 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=77714427-efcc-40f9-a366-18c5ae011d26, referenceCounter=0, store size=0} on thread dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck 2021-11-20 11:54:52 341 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - Exiting. 2021-11-20 11:54:52 341 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@1eb1545e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OSHUT,fill=-,flush=-,to=13/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@62109c74{s=END}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7} 2021-11-20 11:54:52 341 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updates 0 2021-11-20 11:54:52 341 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b waiting with 1 keys 2021-11-20 11:54:52 341 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken up from select, 1/1/1 selected 2021-11-20 11:54:52 341 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b processing 1 keys, 0 updates 2021-11-20 11:54:52 341 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.70.7:9101 remote=/10.233.70.59:52146], selector=sun.nio.ch.EPollSelectorImpl@24a3870b, interestOps=1, readyOps=1 SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@1eb1545e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OSHUT,fill=-,flush=-,to=14/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@62109c74{s=END}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7} 2021-11-20 11:54:52 341 DEBUG [org.eclipse.jetty.server.Server][dw-24] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7} 2021-11-20 11:54:52 341 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - unhandle HttpChannelState@7763ca84{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1} 2021-11-20 11:54:52 342 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@7763ca84{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-11-20 11:54:52 342 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@1eb1545e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OSHUT,fill=-,flush=-,to=14/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@62109c74{s=END}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=8} 2021-11-20 11:54:52 342 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=8} 2021-11-20 11:54:52 342 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - completed HttpChannelState@7763ca84{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-11-20 11:54:52 342 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - unhandle HttpChannelState@7763ca84{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-11-20 11:54:52 342 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@7763ca84{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-11-20 11:54:52 342 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=8} 2021-11-20 11:54:52 342 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4 2021-11-20 11:54:52 342 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@1eb1545e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OSHUT,fill=-,flush=-,to=14/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@62109c74{s=END}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=8}:runFillable:BLOCKING 2021-11-20 11:54:52 342 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=1/1,p=0} tryExecute EatWhatYouKill@674aa626/SelectorProducer@28f05b0c/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=1/1,p=0}][pc=0,pic=0,pec=4,epc=3615]@2021-11-20T11:54:52.342503Z 10.233.70.59 - - [20/Nov/2021:11:54:52 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 8 2021-11-20 11:54:52 342 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=0/1,p=0}@565a6c90 offer EatWhatYouKill@674aa626/SelectorProducer@28f05b0c/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=0/1,p=0}][pc=0,pic=0,pec=4,epc=3615]@2021-11-20T11:54:52.342567Z 2021-11-20 11:54:52 342 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - recycle HttpChannelState@7763ca84{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-11-20 11:54:52 342 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=0/1,p=1} startReservedThread p=1 2021-11-20 11:54:52 342 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1} 2021-11-20 11:54:52 342 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - queue ReservedThreadExecutor@2baac4a7{s=0/1,p=1}@4aa17766 startThread=0 2021-11-20 11:54:52 342 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - CONTENT --> CLOSE 2021-11-20 11:54:52 342 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 342 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=0/1,p=1}@565a6c90 task=EatWhatYouKill@674aa626/SelectorProducer@28f05b0c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=0/1,p=1}][pc=0,pic=0,pec=4,epc=3615]@2021-11-20T11:54:52.342709Z 2021-11-20 11:54:52 342 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@674aa626/SelectorProducer@28f05b0c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=0/1,p=1}][pc=0,pic=0,pec=4,epc=3615]@2021-11-20T11:54:52.34275Z tryProduce true 2021-11-20 11:54:52 342 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-23] invocationID:{InvocationID} - EatWhatYouKill@674aa626/SelectorProducer@28f05b0c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=0/1,p=1}][pc=0,pic=0,pec=4,epc=3615]@2021-11-20T11:54:52.342663Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@1eb1545e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OSHUT,fill=-,flush=-,to=14/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-11-20 11:54:52 342 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 0 2021-11-20 11:54:52 342 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0 2021-11-20 11:54:52 342 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >fill SslConnection@1eb1545e::SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@1eb1545e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OSHUT,fill=-,flush=-,to=15/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 342 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - fillable FillInterest@25178992{SSLC.NBReadCB@1eb1545e{SslConnection@1eb1545e::SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@1eb1545e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OSHUT,fill=-,flush=-,to=15/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2021-11-20 11:54:52 342 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OSHUT,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1eb1545e{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OSHUT,fill=-,flush=-,to=15/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 342 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-11-20 11:54:52 342 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b waiting with 1 keys 2021-11-20 11:54:52 342 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 24 HeapByteBuffer@66621e8e[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\xF6\xE1\xC3-\xCb\xD7\xB8 \x9e\xD7Vt]\xB7D\xB2\xA4\xF5\xEa>>>C\x9at\xCd\xD2\x9cG(\x9b...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:54:52 342 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=24 2021-11-20 11:54:52 342 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >c.onFillable SslConnection@1eb1545e::SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OSHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@1eb1545e{NEED_UNWRAP,eio=17408/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OSHUT,fill=-,flush=-,to=15/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 343 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] 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@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#jm\n\x13...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#jm\n\x13...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:54:52 343 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run ReservedThreadExecutor@2baac4a7{s=0/1,p=1}@4aa17766 in InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=0/1,p=1}] 2021-11-20 11:54:52 343 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=1/1,p=1}@4aa17766 started 2021-11-20 11:54:52 343 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=1/1,p=0}@4aa17766 waiting 2021-11-20 11:54:52 343 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OSHUT,fill=-,flush=-,to=15/30000} 2021-11-20 11:54:52 343 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close(null) DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OSHUT,fill=-,flush=-,to=15/30000} 2021-11-20 11:54:52 343 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@1eb1545e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OSHUT,fill=-,flush=-,to=15/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 343 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1} 2021-11-20 11:54:52 343 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@1e8a437c::DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,CLOSED,fill=-,flush=-,to=15/30000} filled -1 HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#jm\n\x13...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:54:52 343 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - shutdownOutput: SslConnection@1eb1545e::SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1eb1545e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} oshut=true, ishut=false 2021-11-20 11:54:52 343 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,CLOSED,fill=-,flush=-,to=15/30000} 2021-11-20 11:54:52 343 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close(null) DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,CLOSED,fill=-,flush=-,to=15/30000} 2021-11-20 11:54:52 343 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - ensureFillInterested SslConnection@1eb1545e::SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1eb1545e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 343 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@1e8a437c::DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,CLOSED,fill=-,flush=-,to=15/30000} parse HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#jm\n\x13...\x00\x00\x00\x00\x00\x00\x00} {} 2021-11-20 11:54:52 343 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#jm\n\x13...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:54:52 343 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - CLOSE --> CLOSED 2021-11-20 11:54:52 343 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - interested FillInterest@25178992{SSLC.NBReadCB@1eb1545e{SslConnection@1eb1545e::SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@1eb1545e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2021-11-20 11:54:52 343 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@1e8a437c::DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,CLOSED,fill=-,flush=-,to=15/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-11-20 11:54:52 343 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@1eb1545e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 343 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@1e8a437c::DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,CLOSED,fill=-,flush=-,to=15/30000} 2021-11-20 11:54:52 343 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$502/0x00000001005f3c40@31103aca on ManagedSelector@a84338a{STARTED} id=0 keys=1 selected=0 updates=0 2021-11-20 11:54:52 343 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,CLOSED,fill=-,flush=-,to=15/30000} 2021-11-20 11:54:52 343 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@a84338a{STARTED} id=0 keys=1 selected=0 updates=1 2021-11-20 11:54:52 343 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@1e8a437c::DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,CLOSED,fill=-,flush=-,to=15/30000} onFillable exit HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-11-20 11:54:52 343 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken with none selected 2021-11-20 11:54:52 343 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken up from select, 0/0/1 selected 2021-11-20 11:54:52 343 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b processing 0 keys, 1 updates 2021-11-20 11:54:52 343 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@1eb1545e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,CLOSED,fill=-,flush=-,to=15/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 343 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 1 2021-11-20 11:54:52 343 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$502/0x00000001005f3c40@31103aca 2021-11-20 11:54:52 343 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@1eb1545e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 343 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@1eb1545e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 343 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0 2021-11-20 11:54:52 343 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b waiting with 1 keys 2021-11-20 11:54:52 343 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken up from select, 1/1/1 selected 2021-11-20 11:54:52 343 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b processing 1 keys, 0 updates 2021-11-20 11:54:52 343 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@1eb1545e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 343 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - doClose SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@1eb1545e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 343 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=1/1,p=0}@2f5b56b1 size 1 > capacity 2021-11-20 11:54:52 343 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.70.7:9101 remote=/10.233.70.59:52146], selector=sun.nio.ch.EPollSelectorImpl@24a3870b, interestOps=1, readyOps=1 SocketChannelEndPoint@6a66f644{l=/10.233.70.7:9101,r=/10.233.70.59:52146,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@1eb1545e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=/10.233.70.7:9101,r=/10.233.70.59:52146,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 344 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran ReservedThreadExecutor@2baac4a7{s=1/1,p=0}@2f5b56b1 in InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=1/1,p=0}] 2021-11-20 11:54:52 344 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Ignoring cancelled key for channel java.nio.channels.SocketChannel[closed] 2021-11-20 11:54:52 344 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - onClose FillInterest@25178992{SSLC.NBReadCB@1eb1545e{SslConnection@1eb1545e::SocketChannelEndPoint@6a66f644{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@1eb1545e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2021-11-20 11:54:52 344 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close SocketChannelEndPoint@6a66f644{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@1eb1545e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 365 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - onFillableFail SslConnection@1eb1545e::SocketChannelEndPoint@6a66f644{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@1eb1545e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 365 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@6a66f644{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@1eb1545e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 365 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 0 2021-11-20 11:54:52 365 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0 2021-11-20 11:54:52 365 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - onFail FillInterest@2e4db2e9{null} java.nio.channels.ClosedChannelException: null at org.eclipse.jetty.io.FillInterest.onClose(FillInterest.java:150) at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:355) at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:227) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1366) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:396) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-20 11:54:52 365 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 1 -> 1 on SocketChannelEndPoint@6a66f644{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=21/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@1eb1545e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=37/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 365 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b waiting with 1 keys 2021-11-20 11:54:52 365 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Wakeup ManagedSelector@a84338a{STARTED} id=0 keys=0 selected=0 updates=0 2021-11-20 11:54:52 365 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@299b71d8 startThread=0 2021-11-20 11:54:52 365 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - onClose FillInterest@2e4db2e9{null} 2021-11-20 11:54:52 365 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - onFillable SslConnection@1eb1545e::SocketChannelEndPoint@6a66f644{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=22/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@1eb1545e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=38/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 365 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - fillable FillInterest@2e4db2e9{null} 2021-11-20 11:54:52 365 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - FillInterest@2e4db2e9{null} lost race null 2021-11-20 11:54:52 366 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - SslConnection@1eb1545e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=38/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 366 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=1/1,p=0}@2ca9f523 size 1 > capacity 2021-11-20 11:54:52 366 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - ran ReservedThreadExecutor@2baac4a7{s=1/1,p=0}@2ca9f523 in InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=1/1,p=0}] 2021-11-20 11:54:52 366 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@299b71d8 in InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=1/1,p=0}] 2021-11-20 11:54:52 366 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken with none selected 2021-11-20 11:54:52 366 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@6a66f644{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=22/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@1eb1545e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=38/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 366 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken up from select, 0/0/0 selected 2021-11-20 11:54:52 366 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-21] invocationID:{InvocationID} - onClose HttpConnection@1e8a437c::DecryptedEndPoint@2a6ad6fa{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=38/30000} 2021-11-20 11:54:52 366 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b processing 0 keys, 0 updates 2021-11-20 11:54:52 366 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 0 2021-11-20 11:54:52 366 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0 2021-11-20 11:54:52 366 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b waiting with 0 keys 2021-11-20 11:54:52 366 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-21] invocationID:{InvocationID} - onClose SslConnection@1eb1545e::SocketChannelEndPoint@6a66f644{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=22/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@1eb1545e{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2a6ad6fa{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=38/30000}=>HttpConnection@1e8a437c[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@62109c74{s=START}]=>HttpChannelOverHttp@651183ab{s=HttpChannelState@7763ca84{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:54:52 366 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@299b71d8 in InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=1/1,p=0}] 2021-11-20 11:54:52 378 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - Shutdown ServiceLocator ServiceLocatorImpl(__HK2_Generated_608,609,693744289) 2021-11-20 11:54:52 378 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - ServiceLocator ServiceLocatorImpl(__HK2_Generated_608,609,693744289) has been shutdown 2021-11-20 11:54:52 380 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - Shutdown ServiceLocator ServiceLocatorImpl(__HK2_Generated_603,604,360412337) 2021-11-20 11:54:52 380 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - ServiceLocator ServiceLocatorImpl(__HK2_Generated_603,604,360412337) has been shutdown 2021-11-20 11:54:52 381 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - Shutdown ServiceLocator ServiceLocatorImpl(__HK2_Generated_607,608,602021840) 2021-11-20 11:54:52 381 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - ServiceLocator ServiceLocatorImpl(__HK2_Generated_607,608,602021840) has been shutdown 2021-11-20 11:54:52 382 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - Shutdown ServiceLocator ServiceLocatorImpl(__HK2_Generated_604,605,2038507945) 2021-11-20 11:54:52 382 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - ServiceLocator ServiceLocatorImpl(__HK2_Generated_604,605,2038507945) has been shutdown 2021-11-20 11:54:52 389 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - Shutdown ServiceLocator ServiceLocatorImpl(__HK2_Generated_606,607,1483464052) 2021-11-20 11:54:52 390 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - ServiceLocator ServiceLocatorImpl(__HK2_Generated_606,607,1483464052) has been shutdown 2021-11-20 11:54:52 391 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - Shutdown ServiceLocator ServiceLocatorImpl(__HK2_Generated_605,606,1486235021) 2021-11-20 11:54:52 391 DEBUG [org.jvnet.hk2.logger][Finalizer] invocationID:{InvocationID} - ServiceLocator ServiceLocatorImpl(__HK2_Generated_605,606,1486235021) has been shutdown 2021-11-20 11:54:56 113 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@67e3dd1d] obtained in 0 millis 2021-11-20 11:54:56 114 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@3edf87cf, maxRows=0, fetchSize=0, flags=16 2021-11-20 11:54:56 114 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Bind(stmt=S_7,portal=null) 2021-11-20 11:54:56 114 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Execute(portal=null,limit=0) 2021-11-20 11:54:56 114 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Sync 2021-11-20 11:54:56 115 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE BindComplete [unnamed] 2021-11-20 11:54:56 115 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE DataRow(len=51) 2021-11-20 11:54:56 115 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE CommandStatus(SELECT 1) 2021-11-20 11:54:56 115 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE ReadyForQuery(I) 2021-11-20 11:54:56 115 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - statement:[/* EngineEntityDao.getAllEntities */ SELECT * FROM ENGINE_ENTITY] took 1 millis 2021-11-20 11:54:56 115 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 2 2021-11-20 11:54:56 115 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getInt columnIndex: 3 2021-11-20 11:54:56 115 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getLong columnIndex: 4 2021-11-20 11:54:56 116 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@67e3dd1d] released 2021-11-20 11:54:56 116 INFO [org.onap.holmes.rulemgt.RuleAllocator][RuleAllocatorTimer] invocationID:{InvocationID} - There are 1 engine instance(s) running currently. 2021-11-20 11:54:56 116 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@65cf9b83] obtained in 0 millis 2021-11-20 11:54:56 116 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@70dbca27, maxRows=0, fetchSize=0, flags=16 2021-11-20 11:54:56 116 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Bind(stmt=S_8,portal=null) 2021-11-20 11:54:56 116 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Execute(portal=null,limit=0) 2021-11-20 11:54:56 116 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Sync 2021-11-20 11:54:56 117 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE BindComplete [unnamed] 2021-11-20 11:54:56 117 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE DataRow(len=18) 2021-11-20 11:54:56 117 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE CommandStatus(SELECT 1) 2021-11-20 11:54:56 117 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE ReadyForQuery(I) 2021-11-20 11:54:56 118 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - statement:[/* EngineEntityDao.getLegacyEngines */ SELECT DISTINCT(ENGINEINSTANCE) FROM APLUS_RULE] took 1 millis 2021-11-20 11:54:56 118 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 1 2021-11-20 11:54:56 118 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@65cf9b83] released 2021-11-20 11:54:56 118 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@18ac8ef2] obtained in 0 millis 2021-11-20 11:54:56 118 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@4216907e, maxRows=0, fetchSize=0, flags=16 2021-11-20 11:54:56 118 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Bind(stmt=S_10,portal=null,$1=<'holmes-engine-mgmt'>,type=VARCHAR) 2021-11-20 11:54:56 118 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Execute(portal=null,limit=0) 2021-11-20 11:54:56 118 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Sync 2021-11-20 11:54:56 119 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE BindComplete [unnamed] 2021-11-20 11:54:56 119 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE DataRow(len=3,966) 2021-11-20 11:54:56 119 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE CommandStatus(SELECT 1) 2021-11-20 11:54:56 119 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE ReadyForQuery(I) 2021-11-20 11:54:56 119 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - statement:[/* CorrelationRuleDao.queryRuleByEngineInstance */ SELECT * FROM APLUS_RULE WHERE engineinstance=?] took 1 millis 2021-11-20 11:54:56 120 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 2 2021-11-20 11:54:56 120 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 1 2021-11-20 11:54:56 120 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 4 2021-11-20 11:54:56 120 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getInt columnIndex: 5 2021-11-20 11:54:56 120 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getInt columnIndex: 6 2021-11-20 11:54:56 120 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 7 2021-11-20 11:54:56 120 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 8 2021-11-20 11:54:56 120 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 9 2021-11-20 11:54:56 120 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 11 2021-11-20 11:54:56 120 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getObject columnIndex: 13 2021-11-20 11:54:56 120 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 14 2021-11-20 11:54:56 120 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 15 2021-11-20 11:54:56 120 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 17 2021-11-20 11:54:56 120 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 3 2021-11-20 11:54:56 120 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 16 2021-11-20 11:54:56 120 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@18ac8ef2] released 2021-11-20 11:55:01 255 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@37e55819-RuleActiveApp@11e71181{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@77e555c[java.nio.channels.SocketChannel[connected local=/10.233.70.7:9101 remote=/10.233.70.59:52264]] on ManagedSelector@a84338a{STARTED} id=0 keys=0 selected=0 updates=0 2021-11-20 11:55:01 255 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@37e55819-RuleActiveApp@11e71181{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@a84338a{STARTED} id=0 keys=0 selected=0 updates=1 2021-11-20 11:55:01 255 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken with none selected 2021-11-20 11:55:01 255 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken up from select, 0/0/0 selected 2021-11-20 11:55:01 255 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b processing 0 keys, 1 updates 2021-11-20 11:55:01 255 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 1 2021-11-20 11:55:01 255 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - update Accept@77e555c[java.nio.channels.SocketChannel[connected local=/10.233.70.7:9101 remote=/10.233.70.59:52264]] 2021-11-20 11:55:01 255 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - queue Accept@77e555c[java.nio.channels.SocketChannel[connected local=/10.233.70.7:9101 remote=/10.233.70.59:52264]] startThread=0 2021-11-20 11:55:01 255 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0 2021-11-20 11:55:01 255 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b waiting with 1 keys 2021-11-20 11:55:01 255 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - run Accept@77e555c[java.nio.channels.SocketChannel[connected local=/10.233.70.7:9101 remote=/10.233.70.59:52264]] in InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=1/1,p=0}] 2021-11-20 11:55:01 255 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-28] invocationID:{InvocationID} - SocketChannelEndPoint@5785f3a0{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-11-20 11:55:01 256 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-28] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@141cd943 2021-11-20 11:55:01 256 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - new HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{s=IDLE rs=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@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-11-20 11:55:01 256 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - New HTTP Connection HttpConnection@37ecd78d::DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=-,flush=-,to=0/30000} 2021-11-20 11:55:01 256 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$508/0x0000000100630040@4e8114fa on ManagedSelector@a84338a{STARTED} id=0 keys=1 selected=0 updates=0 2021-11-20 11:55:01 256 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@5785f3a0{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@327723de{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@31f9c05e{s=START}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:01 256 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onOpen SslConnection@327723de::SocketChannelEndPoint@5785f3a0{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@327723de{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@31f9c05e{s=START}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:01 256 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onOpen HttpConnection@37ecd78d::DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=-,flush=-,to=0/30000} 2021-11-20 11:55:01 257 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - fillInterested HttpConnection@37ecd78d::DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=-,flush=-,to=0/30000} 2021-11-20 11:55:01 257 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - interested FillInterest@60783953{AC.ReadCB@37ecd78d{HttpConnection@37ecd78d::DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-11-20 11:55:01 257 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@327723de::SocketChannelEndPoint@5785f3a0{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@327723de{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@31f9c05e{s=START}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:01 257 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - SslConnection@327723de{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@31f9c05e{s=START}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:01 257 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - interested FillInterest@2698d762{SSLC.NBReadCB@327723de{SslConnection@327723de::SocketChannelEndPoint@5785f3a0{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@327723de{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@31f9c05e{s=START}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-11-20 11:55:01 257 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@5785f3a0{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@327723de{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@31f9c05e{s=START}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:01 257 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$502/0x00000001005f3c40@2dfa79bc on ManagedSelector@a84338a{STARTED} id=0 keys=1 selected=0 updates=1 2021-11-20 11:55:01 257 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@a84338a{STARTED} id=0 keys=1 selected=0 updates=2 2021-11-20 11:55:01 257 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken with none selected 2021-11-20 11:55:01 257 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken up from select, 0/0/1 selected 2021-11-20 11:55:01 257 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b processing 0 keys, 2 updates 2021-11-20 11:55:01 257 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 2 2021-11-20 11:55:01 257 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$508/0x0000000100630040@4e8114fa 2021-11-20 11:55:01 257 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$502/0x00000001005f3c40@2dfa79bc 2021-11-20 11:55:01 257 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Created SocketChannelEndPoint@5785f3a0{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@327723de{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@31f9c05e{s=START}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:01 258 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran Accept@77e555c[java.nio.channels.SocketChannel[connected local=/10.233.70.7:9101 remote=/10.233.70.59:52264]] in InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=1/1,p=0}] 2021-11-20 11:55:01 258 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@5785f3a0{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@327723de{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@31f9c05e{s=START}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:01 258 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0 2021-11-20 11:55:01 258 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b waiting with 1 keys 2021-11-20 11:55:01 258 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken up from select, 1/1/1 selected 2021-11-20 11:55:01 258 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b processing 1 keys, 0 updates 2021-11-20 11:55:01 258 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.70.7:9101 remote=/10.233.70.59:52264], selector=sun.nio.ch.EPollSelectorImpl@24a3870b, interestOps=1, readyOps=1 SocketChannelEndPoint@5785f3a0{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@327723de{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@31f9c05e{s=START}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:01 258 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@5785f3a0{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@327723de{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@31f9c05e{s=START}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:01 258 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@5785f3a0{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@327723de{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@31f9c05e{s=START}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-11-20 11:55:01 259 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=1/1,p=0} tryExecute EatWhatYouKill@674aa626/SelectorProducer@28f05b0c/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=1/1,p=0}][pc=0,pic=0,pec=4,epc=3616]@2021-11-20T11:55:01.259042Z 2021-11-20 11:55:01 259 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=0/1,p=0}@4aa17766 offer EatWhatYouKill@674aa626/SelectorProducer@28f05b0c/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=0/1,p=0}][pc=0,pic=0,pec=4,epc=3616]@2021-11-20T11:55:01.259117Z 2021-11-20 11:55:01 259 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=0/1,p=1} startReservedThread p=1 2021-11-20 11:55:01 259 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - queue ReservedThreadExecutor@2baac4a7{s=0/1,p=1}@173c2051 startThread=0 2021-11-20 11:55:01 259 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - run ReservedThreadExecutor@2baac4a7{s=0/1,p=1}@173c2051 in InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=0/1,p=1}] 2021-11-20 11:55:01 259 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=0/1,p=1}@4aa17766 task=EatWhatYouKill@674aa626/SelectorProducer@28f05b0c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=0/1,p=1}][pc=0,pic=0,pec=4,epc=3616]@2021-11-20T11:55:01.259291Z 2021-11-20 11:55:01 259 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=1/1,p=1}@173c2051 started 2021-11-20 11:55:01 259 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@674aa626/SelectorProducer@28f05b0c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=0/1,p=1}][pc=0,pic=0,pec=4,epc=3616]@2021-11-20T11:55:01.259242Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@5785f3a0{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@327723de{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@31f9c05e{s=START}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-11-20 11:55:01 259 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=1/1,p=0}@173c2051 waiting 2021-11-20 11:55:01 259 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@674aa626/SelectorProducer@28f05b0c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=1/1,p=0}][pc=0,pic=0,pec=4,epc=3617]@2021-11-20T11:55:01.259356Z tryProduce true 2021-11-20 11:55:01 259 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 0 2021-11-20 11:55:01 259 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0 2021-11-20 11:55:01 259 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@2698d762{SSLC.NBReadCB@327723de{SslConnection@327723de::SocketChannelEndPoint@5785f3a0{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@327723de{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@31f9c05e{s=START}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-11-20 11:55:01 259 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@5785f3a0{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@327723de{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@31f9c05e{s=START}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:01 259 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >c.onFillable SslConnection@327723de::SocketChannelEndPoint@5785f3a0{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@327723de{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@31f9c05e{s=START}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:01 259 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b waiting with 1 keys 2021-11-20 11:55:01 259 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - onFillable SslConnection@327723de::SocketChannelEndPoint@5785f3a0{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@327723de{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@31f9c05e{s=START}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:01 259 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@60783953{AC.ReadCB@37ecd78d{HttpConnection@37ecd78d::DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=FI,flush=-,to=2/30000}}} 2021-11-20 11:55:01 259 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@37ecd78d::DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-11-20 11:55:01 259 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >fill SslConnection@327723de::SocketChannelEndPoint@5785f3a0{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@327723de{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@31f9c05e{s=START}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:01 259 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-11-20 11:55:01 259 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 261 HeapByteBuffer@66621e8e[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\xAf3\x85\x9a\xCe\x84M\xCe\xFe\x01\x99\xE3\xA1T...\xEaj\xF2\xDa\xB5%\x0e\xE5\xDa\xD3]\xE4\xA1\x8e\xD6A\x98~\xBd\x85\x99iM>>>X^$L\xA9O\xE3\xD6>...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:01 259 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=261 2021-11-20 11:55:01 259 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill starting handshake SslConnection@327723de::SocketChannelEndPoint@5785f3a0{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@327723de{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@31f9c05e{s=START}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:01 260 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] 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@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#jm\n\x13...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#jm\n\x13...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:01 260 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_TASK 2021-11-20 11:55:01 260 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_WRAP 2021-11-20 11:55:01 261 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >flush SslConnection@327723de::SocketChannelEndPoint@5785f3a0{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@327723de{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@31f9c05e{s=START}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:01 261 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5abe66d3[p=0,l=0,c=0,r=0]={<<<>>>} 2021-11-20 11:55:01 261 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - flush NEED_WRAP 2021-11-20 11:55:01 261 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false 2021-11-20 11:55:01 261 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@5785f3a0{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@327723de{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@31f9c05e{s=START}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:01 261 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net flushed=true, ac=true 2021-11-20 11:55:01 261 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - SslConnection@327723de{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@31f9c05e{s=START}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:01 261 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-11-20 11:55:01 261 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 373 HeapByteBuffer@66621e8e[p=0,l=373,c=17408,r=373]={<<<\x14\x03\x03\x00\x01\x01\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xAf3\x85\x9a\xCe\x84M\xCe...\xD6\xA9\xC99\x96\t|\x1bw\x98m2\x12\x8f%\xF3\x92\xBb\x0f\xFd\xAe\xA5\xBd>>>\xEdd>4\xFbTIn\xA2...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:01 261 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=373 2021-11-20 11:55:01 261 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] 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@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#jm\n\x13...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#jm\n\x13...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:01 261 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-11-20 11:55:01 261 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 0 HeapByteBuffer@66621e8e[p=6,l=373,c=17408,r=367]={\x14\x03\x03\x00\x01\x01<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xAf3\x85\x9a\xCe\x84M\xCe\xFe\x01\x99\xE3\xA1T...\xD6\xA9\xC99\x96\t|\x1bw\x98m2\x12\x8f%\xF3\x92\xBb\x0f\xFd\xAe\xA5\xBd>>>\xEdd>4\xFbTIn\xA2...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:01 261 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=0 2021-11-20 11:55:01 261 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] 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@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#jm\n\x13...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#jm\n\x13...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:01 261 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_TASK 2021-11-20 11:55:01 269 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-25] invocationID:{InvocationID} - Chose alias holmes-rule-mgmt@holmes-rule-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@141cd943 2021-11-20 11:55:01 273 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_WRAP 2021-11-20 11:55:01 273 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >flush SslConnection@327723de::SocketChannelEndPoint@5785f3a0{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=-,flush=-,to=11/30000}{io=0/0,kio=0,kro=1}->SslConnection@327723de{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@31f9c05e{s=START}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:01 273 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5abe66d3[p=0,l=0,c=0,r=0]={<<<>>>} 2021-11-20 11:55:01 273 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - flush NEED_WRAP 2021-11-20 11:55:01 273 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false 2021-11-20 11:55:01 274 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@5785f3a0{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=-,flush=-,to=11/30000}{io=0/0,kio=0,kro=1}->SslConnection@327723de{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@31f9c05e{s=START}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:01 274 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net flushed=true, ac=true 2021-11-20 11:55:01 274 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - flush NEED_WRAP 2021-11-20 11:55:01 274 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false 2021-11-20 11:55:01 274 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@5785f3a0{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@327723de{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=-,flush=-,to=17/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@31f9c05e{s=START}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:01 274 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net flushed=true, ac=true 2021-11-20 11:55:01 274 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - flush NEED_WRAP 2021-11-20 11:55:01 274 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2687 sequenceNumber = 0 [p=0,l=2687,c=17408,r=2687] ioDone=false/false 2021-11-20 11:55:01 274 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - flushed 2687 SocketChannelEndPoint@5785f3a0{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@327723de{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=-,flush=-,to=17/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@31f9c05e{s=START}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:01 274 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net flushed=true, ac=true 2021-11-20 11:55:01 274 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - SslConnection@327723de{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=-,flush=-,to=17/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@31f9c05e{s=START}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:01 274 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-11-20 11:55:01 275 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 0 HeapByteBuffer@66621e8e[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x16\x03\x03...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:01 275 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=0 2021-11-20 11:55:01 275 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] 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@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#jm\n\x13...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#jm\n\x13...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:01 275 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - SslConnection@327723de{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=-,flush=-,to=18/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@31f9c05e{s=START}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:01 275 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >fill SslConnection@327723de::SocketChannelEndPoint@5785f3a0{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@327723de{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=-,flush=-,to=18/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@31f9c05e{s=START}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:01 275 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-11-20 11:55:01 275 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 228 HeapByteBuffer@66621e8e[p=0,l=228,c=17408,r=228]={<<<\x17\x03\x03\x005\xB8\xD78\x1f< \xEd\xA3\xA6gQ\x04\xA2yI\t{<\x1b\x8f...\xA6\xFa\xF9\xC0\xBc\xB4\x8f\xC0\xD6\x04\xA8\xEaX\x95*T\x82\xA5\xFbc\x89\xD0\xB9>>>E\x00C\x13\x01{\x87\xAb'...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:01 275 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=228 2021-11-20 11:55:01 276 DEBUG [jdk.event.security][dw-25] invocationID:{InvocationID} - TLSHandshake: 10.233.70.59:52264, TLSv1.3, TLS_AES_128_GCM_SHA256, 0 2021-11-20 11:55:01 276 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - unwrap net_filled=228 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=228,c=17408,r=170] unwrapBuffer=HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#jm\n\x13...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#jm\n\x13...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:01 276 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - handshake succeeded SslConnection@327723de::SocketChannelEndPoint@5785f3a0{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@327723de{NOT_HANDSHAKING,eio=170/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=-,flush=-,to=19/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@31f9c05e{s=START}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} resumed server TLSv1.3/TLS_AES_128_GCM_SHA256 2021-11-20 11:55:01 276 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-11-20 11:55:01 276 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 0 HeapByteBuffer@66621e8e[p=58,l=228,c=17408,r=170]={\x17\x03\x03\x005\x14\x00\x00 ...\xD4l\xD6\xEb\xA2\x07g<<<\x17\x03\x03\x00\xA5YM\xD3\xD8\xF6A\xD3\x14\xCe\xEe\x90\x80?\x98)b\xF8\xF7x\xFc...\xA6\xFa\xF9\xC0\xBc\xB4\x8f\xC0\xD6\x04\xA8\xEaX\x95*T\x82\xA5\xFbc\x89\xD0\xB9>>>E\x00C\x13\x01{\x87\xAb'...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:01 276 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=0 2021-11-20 11:55:01 276 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 170 bytesProduced = 148 encryptedBuffer=[p=228,l=228,c=17408,r=0] unwrapBuffer=HeapByteBuffer@3fa0f0a4[p=0,l=148,c=17408,r=148]={<<>>\xBa\x0f\xC1A$\x9f\xBe\xF6\xCd...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3fa0f0a4[p=0,l=148,c=17408,r=148]={<<>>\xBa\x0f\xC1A$\x9f\xBe\xF6\xCd...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:01 276 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - SslConnection@327723de{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=-,flush=-,to=19/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@31f9c05e{s=START}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:01 276 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@37ecd78d::DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=-,flush=-,to=19/30000} filled 148 HeapByteBuffer@3fa0f0a4[p=0,l=148,c=17408,r=148]={<<>>\xBa\x0f\xC1A$\x9f\xBe\xF6\xCd...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:01 276 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@37ecd78d::DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=-,flush=-,to=19/30000} parse HeapByteBuffer@3fa0f0a4[p=0,l=148,c=17408,r=148]={<<>>\xBa\x0f\xC1A$\x9f\xBe\xF6\xCd...\x00\x00\x00\x00\x00\x00\x00} {} 2021-11-20 11:55:01 276 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@3fa0f0a4[p=0,l=148,c=17408,r=148]={<<>>\xBa\x0f\xC1A$\x9f\xBe\xF6\xCd...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:01 276 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - START --> SPACE1 2021-11-20 11:55:01 276 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - SPACE1 --> URI 2021-11-20 11:55:01 276 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - URI --> SPACE2 2021-11-20 11:55:01 276 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION 2021-11-20 11:55:01 276 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER 2021-11-20 11:55:01 276 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Host --> VALUE 2021-11-20 11:55:01 276 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE 2021-11-20 11:55:01 276 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Host --> FIELD 2021-11-20 11:55:01 276 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE 2021-11-20 11:55:01 276 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE 2021-11-20 11:55:01 276 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD 2021-11-20 11:55:01 276 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE 2021-11-20 11:55:01 276 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD 2021-11-20 11:55:01 276 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE 2021-11-20 11:55:01 276 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD 2021-11-20 11:55:01 276 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER --> CONTENT 2021-11-20 11:55:01 277 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - REQUEST for //10.233.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} GET //10.233.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1 Host: 10.233.70.7:9101 User-Agent: kube-probe/1.19 Accept-Encoding: gzip Connection: close 2021-11-20 11:55:01 277 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@37ecd78d::DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=-,flush=-,to=20/30000} parsed true HttpParser{s=CONTENT,0 of -1} 2021-11-20 11:55:01 277 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@37ecd78d::DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=-,flush=-,to=20/30000} 2021-11-20 11:55:01 277 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - handle //10.233.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-11-20 11:55:01 277 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - handling HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-11-20 11:55:01 277 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-11-20 11:55:01 277 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-25] invocationID:{InvocationID} - Host 10.233.70.7 with SNI null 2021-11-20 11:55:01 277 DEBUG [org.eclipse.jetty.server.Server][dw-25] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-11-20 11:55:01 277 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-25] invocationID:{InvocationID} - GzipHandler@625487a6{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck)@6c4aa7f3 in null 2021-11-20 11:55:01 277 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-25] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@53a9fcfd{/,null,AVAILABLE} 2021-11-20 11:55:01 277 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-25] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@53a9fcfd{/,null,AVAILABLE} 2021-11-20 11:55:01 277 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-6aae0e6f@f339f612==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-11-20 11:55:01 277 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - chain=customFilter@68e2d03e==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-5e3db14@5e3db14==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-1ee40b5c@1ee40b5c==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-6aae0e6f@f339f612==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-11-20 11:55:01 277 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - call filter customFilter@68e2d03e==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true 2021-11-20 11:55:01 277 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - Entering. 2021-11-20 11:55:01 277 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation. 2021-11-20 11:55:01 277 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: e1e3d50e-02fa-46a2-b278-76e657e8e3ee 2021-11-20 11:55:01 278 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - Invoking synchronously ... 2021-11-20 11:55:01 278 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-5e3db14@5e3db14==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true 2021-11-20 11:55:01 278 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-1ee40b5c@1ee40b5c==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true 2021-11-20 11:55:01 278 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-6aae0e6f@f339f612==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-11-20 11:55:01 279 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@625487a6{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck)@6c4aa7f3 2021-11-20 11:55:01 279 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@210aa28d exclude no deflater 2021-11-20 11:55:01 279 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@463ba18b[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@30f32fb5{null} 2021-11-20 11:55:01 279 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} 200 OK HTTP/1.1 Connection: close Date: Sat, 20 Nov 2021 11:55:01 GMT X-TransactionID: e1e3d50e-02fa-46a2-b278-76e657e8e3ee X-InvocationID: 2c6d8416-bdcd-4a00-9db1-07ea48135780 Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2021-11-20 11:55:01 279 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@93f6367[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7d55a607] (null,[p=0,l=4,c=8192,r=4],true)@START 2021-11-20 11:55:01 279 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@463ba18b[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:01 279 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close Date: Sat, 20 Nov 2021 11:55:01 GMT X-TransactionID: e1e3d50e-02fa-46a2-b278-76e657e8e3ee X-InvocationID: 2c6d8416-bdcd-4a00-9db1-07ea48135780 Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2021-11-20 11:55:01 279 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT 2021-11-20 11:55:01 279 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@93f6367[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7d55a607] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING 2021-11-20 11:55:01 279 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@667977df{IDLE}->null [HeapByteBuffer@776acd07[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@463ba18b[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 2021-11-20 11:55:01 280 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@667977df{WRITING}->null:IDLE-->WRITING 2021-11-20 11:55:01 280 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@327723de::SocketChannelEndPoint@5785f3a0{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@327723de{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=-,flush=W,to=23/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@31f9c05e{s=COMPLETING}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-11-20 11:55:01 280 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@776acd07[p=0,l=252,c=8192,r=252]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:01 280 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@463ba18b[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:01 280 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING 2021-11-20 11:55:01 280 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 256 bytesProduced = 294 sequenceNumber = 0 [p=0,l=294,c=17408,r=294] ioDone=false/false 2021-11-20 11:55:01 280 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@5785f3a0{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@327723de{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=-,flush=W,to=23/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@31f9c05e{s=COMPLETING}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-11-20 11:55:01 280 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2021-11-20 11:55:01 281 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@327723de{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=-,flush=W,to=23/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@31f9c05e{s=COMPLETING}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-11-20 11:55:01 281 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@667977df{WRITING}->null 2021-11-20 11:55:01 281 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@667977df{IDLE}->null:WRITING-->IDLE 2021-11-20 11:55:01 281 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@93f6367[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7d55a607] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2021-11-20 11:55:01 281 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@93f6367[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7d55a607] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2021-11-20 11:55:01 281 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=-,flush=-,to=24/30000} 2021-11-20 11:55:01 281 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@327723de::SocketChannelEndPoint@5785f3a0{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@327723de{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OSHUTTING,fill=-,flush=-,to=24/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@31f9c05e{s=END}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} oshut=false, ishut=false 2021-11-20 11:55:01 281 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@327723de::SocketChannelEndPoint@5785f3a0{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@327723de{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OSHUTTING,fill=-,flush=-,to=24/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@31f9c05e{s=END}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-11-20 11:55:01 281 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5abe66d3[p=0,l=0,c=0,r=0]={<<<>>>} 2021-11-20 11:55:01 281 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP 2021-11-20 11:55:01 282 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 40 sequenceNumber = 1 [p=0,l=40,c=17408,r=40] ioDone=false/true 2021-11-20 11:55:01 282 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@5785f3a0{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@327723de{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OSHUTTING,fill=-,flush=-,to=25/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@31f9c05e{s=END}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-11-20 11:55:01 282 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2021-11-20 11:55:01 282 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@5785f3a0{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@327723de{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OSHUTTING,fill=-,flush=-,to=25/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@31f9c05e{s=END}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-11-20 11:55:01 282 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@327723de{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OSHUTTING,fill=-,flush=-,to=25/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@31f9c05e{s=END}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-11-20 11:55:01 282 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@327723de::SocketChannelEndPoint@5785f3a0{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@327723de{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OSHUTTING,fill=-,flush=-,to=25/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@31f9c05e{s=END}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-11-20 11:55:01 283 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@2698d762{SSLC.NBReadCB@327723de{SslConnection@327723de::SocketChannelEndPoint@5785f3a0{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@327723de{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OSHUTTING,fill=-,flush=-,to=25/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@31f9c05e{s=END}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}}} 2021-11-20 11:55:01 283 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@5785f3a0{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@327723de{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OSHUTTING,fill=-,flush=-,to=26/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@31f9c05e{s=END}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2021-11-20 11:55:01 283 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$502/0x00000001005f3c40@2dfa79bc on ManagedSelector@a84338a{STARTED} id=0 keys=1 selected=0 updates=0 2021-11-20 11:55:01 283 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@a84338a{STARTED} id=0 keys=1 selected=0 updates=1 2021-11-20 11:55:01 283 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken with none selected 2021-11-20 11:55:01 283 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken up from select, 0/0/1 selected 2021-11-20 11:55:01 283 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b processing 0 keys, 1 updates 2021-11-20 11:55:01 283 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 1 2021-11-20 11:55:01 283 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$502/0x00000001005f3c40@2dfa79bc 2021-11-20 11:55:01 283 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=34a0ea50-596e-43e9-9847-01bcaff1bedc, referenceCounter=0, store size=0} on thread dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck 2021-11-20 11:55:01 283 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - Exiting. 2021-11-20 11:55:01 283 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@5785f3a0{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@327723de{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OSHUT,fill=-,flush=-,to=26/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@31f9c05e{s=END}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2021-11-20 11:55:01 283 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0 2021-11-20 11:55:01 283 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b waiting with 1 keys 2021-11-20 11:55:01 283 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken up from select, 1/1/1 selected 10.233.70.59 - - [20/Nov/2021:11:55:01 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 7 2021-11-20 11:55:01 283 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b processing 1 keys, 0 updates 2021-11-20 11:55:01 283 DEBUG [org.eclipse.jetty.server.Server][dw-25] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2021-11-20 11:55:01 283 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.70.7:9101 remote=/10.233.70.59:52264], selector=sun.nio.ch.EPollSelectorImpl@24a3870b, interestOps=1, readyOps=1 SocketChannelEndPoint@5785f3a0{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@327723de{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OSHUT,fill=-,flush=-,to=26/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@31f9c05e{s=END}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2021-11-20 11:55:01 283 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - unhandle HttpChannelState@3da82450{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1} 2021-11-20 11:55:01 283 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@3da82450{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-11-20 11:55:01 283 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@5785f3a0{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@327723de{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OSHUT,fill=-,flush=-,to=26/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@31f9c05e{s=END}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2021-11-20 11:55:01 283 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2021-11-20 11:55:01 283 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - completed HttpChannelState@3da82450{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-11-20 11:55:01 283 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - unhandle HttpChannelState@3da82450{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-11-20 11:55:01 283 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@3da82450{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-11-20 11:55:01 284 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7} 2021-11-20 11:55:01 284 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4 2021-11-20 11:55:01 284 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@5785f3a0{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@327723de{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OSHUT,fill=-,flush=-,to=26/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@31f9c05e{s=END}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7}:runFillable:BLOCKING 2021-11-20 11:55:01 284 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=1/1,p=0} tryExecute EatWhatYouKill@674aa626/SelectorProducer@28f05b0c/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=1/1,p=0}][pc=0,pic=0,pec=4,epc=3617]@2021-11-20T11:55:01.284502Z 2021-11-20 11:55:01 284 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=0/1,p=0}@173c2051 offer EatWhatYouKill@674aa626/SelectorProducer@28f05b0c/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=0/1,p=0}][pc=0,pic=0,pec=4,epc=3617]@2021-11-20T11:55:01.284554Z 2021-11-20 11:55:01 284 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - recycle HttpChannelState@3da82450{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-11-20 11:55:01 284 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=0/1,p=1} startReservedThread p=1 2021-11-20 11:55:01 284 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - queue ReservedThreadExecutor@2baac4a7{s=0/1,p=1}@4b25fe42 startThread=0 2021-11-20 11:55:01 284 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@674aa626/SelectorProducer@28f05b0c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=0/1,p=1}][pc=0,pic=0,pec=4,epc=3617]@2021-11-20T11:55:01.284728Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@5785f3a0{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@327723de{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OSHUT,fill=-,flush=-,to=27/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@31f9c05e{s=END}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-11-20 11:55:01 284 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@2698d762{SSLC.NBReadCB@327723de{SslConnection@327723de::SocketChannelEndPoint@5785f3a0{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@327723de{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OSHUT,fill=-,flush=-,to=27/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@31f9c05e{s=END}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2021-11-20 11:55:01 285 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >c.onFillable SslConnection@327723de::SocketChannelEndPoint@5785f3a0{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OSHUT,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@327723de{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OSHUT,fill=-,flush=-,to=27/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@31f9c05e{s=END}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:01 285 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - onFillable SslConnection@327723de::SocketChannelEndPoint@5785f3a0{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OSHUT,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@327723de{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OSHUT,fill=-,flush=-,to=27/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@31f9c05e{s=END}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:01 285 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@60783953{null} 2021-11-20 11:55:01 285 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - FillInterest@60783953{null} lost race null 2021-11-20 11:55:01 285 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run ReservedThreadExecutor@2baac4a7{s=0/1,p=1}@4b25fe42 in InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=0/1,p=1}] 2021-11-20 11:55:01 285 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=1/1,p=1}@4b25fe42 started 2021-11-20 11:55:01 285 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=1/1,p=0}@4b25fe42 waiting 2021-11-20 11:55:01 285 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@327723de{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OSHUT,fill=-,flush=-,to=28/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@31f9c05e{s=END}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:01 285 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1} 2021-11-20 11:55:01 285 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - CONTENT --> CLOSE 2021-11-20 11:55:01 285 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 0 2021-11-20 11:55:01 285 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0 2021-11-20 11:55:01 285 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:01 285 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=1/1,p=0}@173c2051 task=EatWhatYouKill@674aa626/SelectorProducer@28f05b0c/PRODUCING/p=true/InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=1/1,p=0}][pc=0,pic=0,pec=4,epc=3618]@2021-11-20T11:55:01.285257Z 2021-11-20 11:55:01 285 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@674aa626/SelectorProducer@28f05b0c/PRODUCING/p=true/InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=1/1,p=0}][pc=0,pic=0,pec=4,epc=3618]@2021-11-20T11:55:01.285312Z tryProduce true 2021-11-20 11:55:01 285 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=1/1,p=0}@173c2051 size 1 > capacity 2021-11-20 11:55:01 285 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@5785f3a0{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OSHUT,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@327723de{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OSHUT,fill=-,flush=-,to=28/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@31f9c05e{s=START}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:01 285 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b waiting with 1 keys 2021-11-20 11:55:01 285 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - ran ReservedThreadExecutor@2baac4a7{s=1/1,p=0}@173c2051 in InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=1/1,p=0}] 2021-11-20 11:55:01 285 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >fill SslConnection@327723de::SocketChannelEndPoint@5785f3a0{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OSHUT,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@327723de{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OSHUT,fill=-,flush=-,to=28/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@31f9c05e{s=START}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:01 285 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-11-20 11:55:01 285 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 24 HeapByteBuffer@66621e8e[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\xCc\xF4\xFf6{a\x17u\x1b\x85\xE8\x82X\xF0\x1b>\xBft\x9d>>>\x84\xCf\x1eJ}\xB4\xF6\xB2\xB1...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:01 285 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=24 2021-11-20 11:55:01 285 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] 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@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x88\xF7"|...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x88\xF7"|...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:01 285 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - SslConnection@327723de{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OSHUT,fill=-,flush=-,to=28/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@31f9c05e{s=START}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:01 285 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1} 2021-11-20 11:55:01 285 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@37ecd78d::DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OSHUT,fill=-,flush=-,to=28/30000} filled -1 HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x88\xF7"|...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:01 285 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OSHUT,fill=-,flush=-,to=28/30000} 2021-11-20 11:55:01 285 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close(null) DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OSHUT,fill=-,flush=-,to=28/30000} 2021-11-20 11:55:01 285 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - shutdownOutput: SslConnection@327723de::SocketChannelEndPoint@5785f3a0{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@327723de{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,CLOSED,fill=-,flush=-,to=28/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@31f9c05e{s=START}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} oshut=true, ishut=false 2021-11-20 11:55:01 285 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - ensureFillInterested SslConnection@327723de::SocketChannelEndPoint@5785f3a0{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@327723de{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,CLOSED,fill=-,flush=-,to=28/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@31f9c05e{s=START}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:01 286 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - interested FillInterest@2698d762{SSLC.NBReadCB@327723de{SslConnection@327723de::SocketChannelEndPoint@5785f3a0{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@327723de{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,CLOSED,fill=-,flush=-,to=28/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@31f9c05e{s=START}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2021-11-20 11:55:01 286 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@5785f3a0{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@327723de{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,CLOSED,fill=-,flush=-,to=29/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@31f9c05e{s=START}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:01 286 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$502/0x00000001005f3c40@2dfa79bc on ManagedSelector@a84338a{STARTED} id=0 keys=1 selected=0 updates=0 2021-11-20 11:55:01 286 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@a84338a{STARTED} id=0 keys=1 selected=0 updates=1 2021-11-20 11:55:01 286 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close SocketChannelEndPoint@5785f3a0{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@327723de{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,CLOSED,fill=-,flush=-,to=29/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@31f9c05e{s=START}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:01 286 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@5785f3a0{l=/10.233.70.7:9101,r=/10.233.70.59:52264,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@327723de{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,CLOSED,fill=-,flush=-,to=29/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@31f9c05e{s=START}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:01 286 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken with none selected 2021-11-20 11:55:01 286 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken up from select, 0/0/1 selected 2021-11-20 11:55:01 286 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b processing 0 keys, 1 updates 2021-11-20 11:55:01 286 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 1 2021-11-20 11:55:01 286 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$502/0x00000001005f3c40@2dfa79bc 2021-11-20 11:55:01 286 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - doClose SocketChannelEndPoint@5785f3a0{l=/10.233.70.7:9101,r=/10.233.70.59:52264,CLOSED,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@327723de{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=/10.233.70.7:9101,r=/10.233.70.59:52264,CLOSED,fill=-,flush=-,to=29/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@31f9c05e{s=START}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:01 286 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@5785f3a0{l=/10.233.70.7:9101,r=/10.233.70.59:52264,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@327723de{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=29/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@31f9c05e{s=START}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:01 286 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0 2021-11-20 11:55:01 286 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b waiting with 1 keys 2021-11-20 11:55:01 286 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - onClose FillInterest@2698d762{SSLC.NBReadCB@327723de{SslConnection@327723de::SocketChannelEndPoint@5785f3a0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@327723de{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=29/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@31f9c05e{s=START}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2021-11-20 11:55:01 286 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - onFillableFail SslConnection@327723de::SocketChannelEndPoint@5785f3a0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@327723de{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=29/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@31f9c05e{s=START}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:01 286 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - onFail FillInterest@60783953{null} java.nio.channels.ClosedChannelException: null at org.eclipse.jetty.io.FillInterest.onClose(FillInterest.java:150) at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:355) at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:227) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1366) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:254) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:255) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-20 11:55:01 286 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Wakeup ManagedSelector@a84338a{STARTED} id=0 keys=0 selected=0 updates=0 2021-11-20 11:55:01 286 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4f5e6222 startThread=0 2021-11-20 11:55:01 287 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - onClose FillInterest@60783953{null} 2021-11-20 11:55:01 287 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken with none selected 2021-11-20 11:55:01 287 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@37ecd78d::DecryptedEndPoint@45c8c8b6{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=29/30000} parse HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x88\xF7"|...\x00\x00\x00\x00\x00\x00\x00} {} 2021-11-20 11:55:01 287 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken up from select, 0/0/0 selected 2021-11-20 11:55:01 287 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x88\xF7"|...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:01 287 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b processing 0 keys, 0 updates 2021-11-20 11:55:01 287 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 0 2021-11-20 11:55:01 287 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0 2021-11-20 11:55:01 287 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b waiting with 0 keys 2021-11-20 11:55:01 287 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - CLOSE --> CLOSED 2021-11-20 11:55:01 287 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@37ecd78d::DecryptedEndPoint@45c8c8b6{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=30/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-11-20 11:55:01 287 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@37ecd78d::DecryptedEndPoint@45c8c8b6{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=30/30000} 2021-11-20 11:55:01 287 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@45c8c8b6{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=30/30000} 2021-11-20 11:55:01 287 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@37ecd78d::DecryptedEndPoint@45c8c8b6{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=30/30000} onFillable exit HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-11-20 11:55:01 287 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4f5e6222 in InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=1/1,p=0}] 2021-11-20 11:55:01 287 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - SslConnection@327723de{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=30/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@31f9c05e{s=START}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:01 287 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=1/1,p=0}@565a6c90 size 1 > capacity 2021-11-20 11:55:01 287 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - ran ReservedThreadExecutor@2baac4a7{s=1/1,p=0}@565a6c90 in InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=1/1,p=0}] 2021-11-20 11:55:01 287 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@5785f3a0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=1/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@327723de{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=30/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@31f9c05e{s=START}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:01 287 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-23] invocationID:{InvocationID} - onClose HttpConnection@37ecd78d::DecryptedEndPoint@45c8c8b6{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=30/30000} 2021-11-20 11:55:01 287 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-23] invocationID:{InvocationID} - onClose SslConnection@327723de::SocketChannelEndPoint@5785f3a0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=1/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@327723de{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@45c8c8b6{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=30/30000}=>HttpConnection@37ecd78d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@31f9c05e{s=START}]=>HttpChannelOverHttp@dde994b{s=HttpChannelState@3da82450{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:01 287 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@4f5e6222 in InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=1/1,p=0}] 2021-11-20 11:55:02 313 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@37e55819-RuleActiveApp@11e71181{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@1da3aa77[java.nio.channels.SocketChannel[connected local=/10.233.70.7:9101 remote=/10.233.70.59:52278]] on ManagedSelector@a84338a{STARTED} id=0 keys=0 selected=0 updates=0 2021-11-20 11:55:02 313 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@37e55819-RuleActiveApp@11e71181{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@a84338a{STARTED} id=0 keys=0 selected=0 updates=1 2021-11-20 11:55:02 313 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken with none selected 2021-11-20 11:55:02 313 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken up from select, 0/0/0 selected 2021-11-20 11:55:02 313 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b processing 0 keys, 1 updates 2021-11-20 11:55:02 313 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 1 2021-11-20 11:55:02 313 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update Accept@1da3aa77[java.nio.channels.SocketChannel[connected local=/10.233.70.7:9101 remote=/10.233.70.59:52278]] 2021-11-20 11:55:02 313 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - queue Accept@1da3aa77[java.nio.channels.SocketChannel[connected local=/10.233.70.7:9101 remote=/10.233.70.59:52278]] startThread=0 2021-11-20 11:55:02 313 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0 2021-11-20 11:55:02 313 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b waiting with 1 keys 2021-11-20 11:55:02 313 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - run Accept@1da3aa77[java.nio.channels.SocketChannel[connected local=/10.233.70.7:9101 remote=/10.233.70.59:52278]] in InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=1/1,p=0}] 2021-11-20 11:55:02 313 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-21] invocationID:{InvocationID} - SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-11-20 11:55:02 313 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-21] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@44f3d8b0 2021-11-20 11:55:02 314 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-21] invocationID:{InvocationID} - new HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=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@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-11-20 11:55:02 314 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - New HTTP Connection HttpConnection@2fb37eda::DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=0/30000} 2021-11-20 11:55:02 314 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$508/0x0000000100630040@6f278ee4 on ManagedSelector@a84338a{STARTED} id=0 keys=1 selected=0 updates=0 2021-11-20 11:55:02 314 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-21] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@78eeedb4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=START,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:02 314 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-21] invocationID:{InvocationID} - onOpen SslConnection@78eeedb4::SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@78eeedb4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=START,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:02 314 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-21] invocationID:{InvocationID} - onOpen HttpConnection@2fb37eda::DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=0/30000} 2021-11-20 11:55:02 314 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-21] invocationID:{InvocationID} - fillInterested HttpConnection@2fb37eda::DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=0/30000} 2021-11-20 11:55:02 314 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - interested FillInterest@41b96aab{AC.ReadCB@2fb37eda{HttpConnection@2fb37eda::DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-11-20 11:55:02 314 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@78eeedb4::SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@78eeedb4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=START,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:02 314 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - SslConnection@78eeedb4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=START,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:02 314 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - interested FillInterest@123a8cd6{SSLC.NBReadCB@78eeedb4{SslConnection@78eeedb4::SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@78eeedb4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=START,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-11-20 11:55:02 315 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@78eeedb4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=START,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:02 315 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$502/0x00000001005f3c40@1d364068 on ManagedSelector@a84338a{STARTED} id=0 keys=1 selected=0 updates=1 2021-11-20 11:55:02 315 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@a84338a{STARTED} id=0 keys=1 selected=0 updates=2 2021-11-20 11:55:02 315 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken with none selected 2021-11-20 11:55:02 315 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Created SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@78eeedb4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=START,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:02 315 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken up from select, 0/0/1 selected 2021-11-20 11:55:02 315 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b processing 0 keys, 2 updates 2021-11-20 11:55:02 315 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 2 2021-11-20 11:55:02 315 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$508/0x0000000100630040@6f278ee4 2021-11-20 11:55:02 315 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$502/0x00000001005f3c40@1d364068 2021-11-20 11:55:02 315 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - ran Accept@1da3aa77[java.nio.channels.SocketChannel[connected local=/10.233.70.7:9101 remote=/10.233.70.59:52278]] in InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=1/1,p=0}] 2021-11-20 11:55:02 315 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@78eeedb4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=START,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:02 315 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0 2021-11-20 11:55:02 315 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b waiting with 1 keys 2021-11-20 11:55:02 315 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken up from select, 1/1/1 selected 2021-11-20 11:55:02 315 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b processing 1 keys, 0 updates 2021-11-20 11:55:02 316 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.70.7:9101 remote=/10.233.70.59:52278], selector=sun.nio.ch.EPollSelectorImpl@24a3870b, interestOps=1, readyOps=1 SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@78eeedb4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=START,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:02 316 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@78eeedb4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=START,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:02 316 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@78eeedb4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=START,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-11-20 11:55:02 316 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=1/1,p=0} tryExecute EatWhatYouKill@674aa626/SelectorProducer@28f05b0c/REPRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=1/1,p=0}][pc=0,pic=0,pec=4,epc=3618]@2021-11-20T11:55:02.316884Z 2021-11-20 11:55:02 317 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=0/1,p=0}@4b25fe42 offer EatWhatYouKill@674aa626/SelectorProducer@28f05b0c/REPRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=0/1,p=0}][pc=0,pic=0,pec=4,epc=3618]@2021-11-20T11:55:02.317135Z 2021-11-20 11:55:02 317 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=0/1,p=1} startReservedThread p=1 2021-11-20 11:55:02 317 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - queue ReservedThreadExecutor@2baac4a7{s=0/1,p=1}@ef0c045 startThread=0 2021-11-20 11:55:02 317 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - run ReservedThreadExecutor@2baac4a7{s=0/1,p=1}@ef0c045 in InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=0/1,p=1}] 2021-11-20 11:55:02 317 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@674aa626/SelectorProducer@28f05b0c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=0/1,p=1}][pc=0,pic=0,pec=4,epc=3618]@2021-11-20T11:55:02.317235Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@78eeedb4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=START,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-11-20 11:55:02 317 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=1/1,p=1}@ef0c045 started 2021-11-20 11:55:02 317 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=1/1,p=0}@ef0c045 waiting 2021-11-20 11:55:02 317 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=1/1,p=0}@4b25fe42 task=EatWhatYouKill@674aa626/SelectorProducer@28f05b0c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=1/1,p=0}][pc=0,pic=0,pec=4,epc=3619]@2021-11-20T11:55:02.317393Z 2021-11-20 11:55:02 317 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@674aa626/SelectorProducer@28f05b0c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=1/1,p=0}][pc=0,pic=0,pec=4,epc=3619]@2021-11-20T11:55:02.317442Z tryProduce true 2021-11-20 11:55:02 317 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 0 2021-11-20 11:55:02 317 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0 2021-11-20 11:55:02 317 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@123a8cd6{SSLC.NBReadCB@78eeedb4{SslConnection@78eeedb4::SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@78eeedb4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=START,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-11-20 11:55:02 317 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@78eeedb4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=START,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:02 317 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b waiting with 1 keys 2021-11-20 11:55:02 317 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >c.onFillable SslConnection@78eeedb4::SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@78eeedb4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=START,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:02 317 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - onFillable SslConnection@78eeedb4::SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@78eeedb4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=START,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:02 318 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@41b96aab{AC.ReadCB@2fb37eda{HttpConnection@2fb37eda::DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=FI,flush=-,to=3/30000}}} 2021-11-20 11:55:02 318 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@2fb37eda::DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=3/30000} onFillable enter HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-11-20 11:55:02 318 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >fill SslConnection@78eeedb4::SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@78eeedb4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=START,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:02 318 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-11-20 11:55:02 318 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 261 HeapByteBuffer@66621e8e[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\xE8\x16\x96L\xC6\xF3\xF0\xD9\x86\x02\x9b\xA5@;...\xE5\xD3\xF2O\xE4S\xDb\x8a\x08#\xEb\x89\x8c0\x80\xDe\xAb8|\xB8\xCd\\\x13>>>\xAbc\xD0\xB8&\xCa\xCe4\xE0...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:02 318 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=261 2021-11-20 11:55:02 318 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill starting handshake SslConnection@78eeedb4::SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@78eeedb4{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=START,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:02 318 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] 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@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x88\xF7"|...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x88\xF7"|...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:02 319 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_TASK 2021-11-20 11:55:02 319 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_WRAP 2021-11-20 11:55:02 319 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >flush SslConnection@78eeedb4::SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@78eeedb4{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=START,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:02 319 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5abe66d3[p=0,l=0,c=0,r=0]={<<<>>>} 2021-11-20 11:55:02 319 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush NEED_WRAP 2021-11-20 11:55:02 319 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false 2021-11-20 11:55:02 319 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@78eeedb4{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=START,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:02 319 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net flushed=true, ac=true 2021-11-20 11:55:02 319 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@78eeedb4{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=START,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:02 319 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-11-20 11:55:02 319 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 373 HeapByteBuffer@66621e8e[p=0,l=373,c=17408,r=373]={<<<\x14\x03\x03\x00\x01\x01\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xE8\x16\x96L\xC6\xF3\xF0\xD9...\xA1\x87\xD5\xE7r\x1d\x06!hr\xAd\xC8*|p\xAa\xA4\x8f\x98\xEc\xF1\x85\xB5>>>\xEdd>4\xFbTIn\xA2...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:02 319 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=373 2021-11-20 11:55:02 319 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@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x88\xF7"|...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x88\xF7"|...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:02 319 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-11-20 11:55:02 319 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 0 HeapByteBuffer@66621e8e[p=6,l=373,c=17408,r=367]={\x14\x03\x03\x00\x01\x01<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xE8\x16\x96L\xC6\xF3\xF0\xD9\x86\x02\x9b\xA5@;...\xA1\x87\xD5\xE7r\x1d\x06!hr\xAd\xC8*|p\xAa\xA4\x8f\x98\xEc\xF1\x85\xB5>>>\xEdd>4\xFbTIn\xA2...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:02 319 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=0 2021-11-20 11:55:02 319 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@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x88\xF7"|...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x88\xF7"|...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:02 319 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_TASK 2021-11-20 11:55:02 323 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-26] invocationID:{InvocationID} - Chose alias holmes-rule-mgmt@holmes-rule-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@44f3d8b0 2021-11-20 11:55:02 326 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_WRAP 2021-11-20 11:55:02 326 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >flush SslConnection@78eeedb4::SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@78eeedb4{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=START,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:02 326 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5abe66d3[p=0,l=0,c=0,r=0]={<<<>>>} 2021-11-20 11:55:02 326 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush NEED_WRAP 2021-11-20 11:55:02 326 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 2021-11-20 11:55:02 326 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@78eeedb4{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=START,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:02 326 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net flushed=true, ac=true 2021-11-20 11:55:02 326 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush NEED_WRAP 2021-11-20 11:55:02 326 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 2021-11-20 11:55:02 326 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@78eeedb4{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=11/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=START,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:02 326 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net flushed=true, ac=true 2021-11-20 11:55:02 326 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush NEED_WRAP 2021-11-20 11:55:02 326 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2687 sequenceNumber = 0 [p=0,l=2687,c=17408,r=2687] ioDone=false/false 2021-11-20 11:55:02 326 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - flushed 2687 SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@78eeedb4{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=START,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:02 326 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net flushed=true, ac=true 2021-11-20 11:55:02 326 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@78eeedb4{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=START,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:02 326 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-11-20 11:55:02 326 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 0 HeapByteBuffer@66621e8e[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x16\x03\x03...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:02 326 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=0 2021-11-20 11:55:02 326 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@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x88\xF7"|...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x88\xF7"|...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:02 327 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@78eeedb4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=START,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:02 327 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >fill SslConnection@78eeedb4::SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@78eeedb4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=START,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:02 327 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-11-20 11:55:02 327 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 0 HeapByteBuffer@66621e8e[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x16\x03\x03...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:02 327 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=0 2021-11-20 11:55:02 327 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@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x88\xF7"|...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x88\xF7"|...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:02 327 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@78eeedb4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=START,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:02 327 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@2fb37eda::DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=12/30000} filled 0 HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x88\xF7"|...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:02 327 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@2fb37eda::DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=13/30000} parse HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x88\xF7"|...\x00\x00\x00\x00\x00\x00\x00} {} 2021-11-20 11:55:02 327 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x88\xF7"|...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:02 327 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@2fb37eda::DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=13/30000} parsed false HttpParser{s=START,0 of -1} 2021-11-20 11:55:02 327 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@2fb37eda::DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=13/30000} 2021-11-20 11:55:02 327 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - fillInterested HttpConnection@2fb37eda::DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=13/30000} 2021-11-20 11:55:02 327 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@41b96aab{AC.ReadCB@2fb37eda{HttpConnection@2fb37eda::DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-11-20 11:55:02 328 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@78eeedb4::SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@78eeedb4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=START,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:02 328 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@78eeedb4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=START,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:02 328 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@123a8cd6{SSLC.NBReadCB@78eeedb4{SslConnection@78eeedb4::SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@78eeedb4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=START,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-11-20 11:55:02 328 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@78eeedb4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=START,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:02 328 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$502/0x00000001005f3c40@1d364068 on ManagedSelector@a84338a{STARTED} id=0 keys=1 selected=0 updates=0 2021-11-20 11:55:02 328 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@a84338a{STARTED} id=0 keys=1 selected=0 updates=1 2021-11-20 11:55:02 328 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken with none selected 2021-11-20 11:55:02 328 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@2fb37eda::DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-11-20 11:55:02 328 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken up from select, 0/0/1 selected 2021-11-20 11:55:02 328 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b processing 0 keys, 1 updates 2021-11-20 11:55:02 328 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 1 2021-11-20 11:55:02 328 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$502/0x00000001005f3c40@1d364068 2021-11-20 11:55:02 328 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@78eeedb4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=START,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:02 328 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=1/1,p=0}@4aa17766 size 1 > capacity 2021-11-20 11:55:02 328 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - ran ReservedThreadExecutor@2baac4a7{s=1/1,p=0}@4aa17766 in InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=1/1,p=0}] 2021-11-20 11:55:02 328 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@78eeedb4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=START,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:02 328 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0 2021-11-20 11:55:02 328 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b waiting with 1 keys 2021-11-20 11:55:02 328 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken up from select, 1/1/1 selected 2021-11-20 11:55:02 328 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b processing 1 keys, 0 updates 2021-11-20 11:55:02 328 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.70.7:9101 remote=/10.233.70.59:52278], selector=sun.nio.ch.EPollSelectorImpl@24a3870b, interestOps=1, readyOps=1 SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@78eeedb4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=START,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:02 329 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@78eeedb4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=START,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:02 329 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@78eeedb4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=START,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-11-20 11:55:02 329 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=1/1,p=0} tryExecute EatWhatYouKill@674aa626/SelectorProducer@28f05b0c/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=1/1,p=0}][pc=0,pic=0,pec=4,epc=3619]@2021-11-20T11:55:02.32916Z 2021-11-20 11:55:02 329 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=0/1,p=0}@ef0c045 offer EatWhatYouKill@674aa626/SelectorProducer@28f05b0c/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=0/1,p=0}][pc=0,pic=0,pec=4,epc=3619]@2021-11-20T11:55:02.329201Z 2021-11-20 11:55:02 329 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=0/1,p=1} startReservedThread p=1 2021-11-20 11:55:02 329 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue ReservedThreadExecutor@2baac4a7{s=0/1,p=1}@701dd716 startThread=0 2021-11-20 11:55:02 329 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@674aa626/SelectorProducer@28f05b0c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=0/1,p=1}][pc=0,pic=0,pec=4,epc=3619]@2021-11-20T11:55:02.329287Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@78eeedb4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=START,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-11-20 11:55:02 329 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - run ReservedThreadExecutor@2baac4a7{s=0/1,p=1}@701dd716 in InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=0/1,p=1}] 2021-11-20 11:55:02 329 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=1/1,p=1}@701dd716 started 2021-11-20 11:55:02 329 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=1/1,p=0}@701dd716 waiting 2021-11-20 11:55:02 329 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@123a8cd6{SSLC.NBReadCB@78eeedb4{SslConnection@78eeedb4::SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@78eeedb4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=START,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-11-20 11:55:02 329 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >c.onFillable SslConnection@78eeedb4::SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@78eeedb4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=START,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:02 329 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - onFillable SslConnection@78eeedb4::SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@78eeedb4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=START,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:02 329 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@41b96aab{AC.ReadCB@2fb37eda{HttpConnection@2fb37eda::DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=FI,flush=-,to=1/30000}}} 2021-11-20 11:55:02 329 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@2fb37eda::DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-11-20 11:55:02 329 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >fill SslConnection@78eeedb4::SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@78eeedb4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=START,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:02 329 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-11-20 11:55:02 329 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=1/1,p=0}@ef0c045 task=EatWhatYouKill@674aa626/SelectorProducer@28f05b0c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=1/1,p=0}][pc=0,pic=0,pec=4,epc=3620]@2021-11-20T11:55:02.329893Z 2021-11-20 11:55:02 330 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-28] invocationID:{InvocationID} - EatWhatYouKill@674aa626/SelectorProducer@28f05b0c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=1/1,p=0}][pc=0,pic=0,pec=4,epc=3620]@2021-11-20T11:55:02.330102Z tryProduce true 2021-11-20 11:55:02 330 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 0 2021-11-20 11:55:02 330 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0 2021-11-20 11:55:02 330 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@78eeedb4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=START,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:02 330 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b waiting with 1 keys 2021-11-20 11:55:02 330 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 228 HeapByteBuffer@66621e8e[p=0,l=228,c=17408,r=228]={<<<\x17\x03\x03\x005p\xD7\xFdd\xEc&y^\x8ca=\x1c^W|\xBc\x02/\x05N...\xD1\xE0\xC9J\tH\x9c\x94+\xA5\x07\xF2\x81\x91\x06\xF6h5r>\xD70\xD4>>>E\x00C\x13\x01{\xD7\x1a\xC1...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:02 330 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=228 2021-11-20 11:55:02 331 DEBUG [jdk.event.security][dw-24] invocationID:{InvocationID} - TLSHandshake: 10.233.70.59:52278, TLSv1.3, TLS_AES_128_GCM_SHA256, 0 2021-11-20 11:55:02 331 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=228 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=228,c=17408,r=170] unwrapBuffer=HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x88\xF7"|...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x88\xF7"|...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:02 331 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - handshake succeeded SslConnection@78eeedb4::SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@78eeedb4{NOT_HANDSHAKING,eio=170/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=START,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} resumed server TLSv1.3/TLS_AES_128_GCM_SHA256 2021-11-20 11:55:02 331 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-11-20 11:55:02 331 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 0 HeapByteBuffer@66621e8e[p=58,l=228,c=17408,r=170]={\x17\x03\x03\x005\x14\x00\x00 ...Q\xE7\n\xD5\xC3\x1d\r<<<\x17\x03\x03\x00\xA5\x8e-\x03\x87\xE5\x97\x95\xD4g\x1ami\xC5J\x15J\x0c\xFe\xB9R...\xD1\xE0\xC9J\tH\x9c\x94+\xA5\x07\xF2\x81\x91\x06\xF6h5r>\xD70\xD4>>>E\x00C\x13\x01{\xD7\x1a\xC1...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:02 331 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=0 2021-11-20 11:55:02 331 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 170 bytesProduced = 148 encryptedBuffer=[p=228,l=228,c=17408,r=0] unwrapBuffer=HeapByteBuffer@3fa0f0a4[p=0,l=148,c=17408,r=148]={<<>>\x8cZ\xCanGc\xEfQh...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3fa0f0a4[p=0,l=148,c=17408,r=148]={<<>>\x8cZ\xCanGc\xEfQh...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:02 331 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@78eeedb4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=START,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:02 331 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@2fb37eda::DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=3/30000} filled 148 HeapByteBuffer@3fa0f0a4[p=0,l=148,c=17408,r=148]={<<>>\x8cZ\xCanGc\xEfQh...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:02 331 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@2fb37eda::DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=3/30000} parse HeapByteBuffer@3fa0f0a4[p=0,l=148,c=17408,r=148]={<<>>\x8cZ\xCanGc\xEfQh...\x00\x00\x00\x00\x00\x00\x00} {} 2021-11-20 11:55:02 331 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@3fa0f0a4[p=0,l=148,c=17408,r=148]={<<>>\x8cZ\xCanGc\xEfQh...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:02 331 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - START --> SPACE1 2021-11-20 11:55:02 331 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - SPACE1 --> URI 2021-11-20 11:55:02 331 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - URI --> SPACE2 2021-11-20 11:55:02 331 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION 2021-11-20 11:55:02 331 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER 2021-11-20 11:55:02 331 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Host --> VALUE 2021-11-20 11:55:02 331 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE 2021-11-20 11:55:02 331 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Host --> FIELD 2021-11-20 11:55:02 331 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE 2021-11-20 11:55:02 331 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE 2021-11-20 11:55:02 331 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD 2021-11-20 11:55:02 331 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE 2021-11-20 11:55:02 331 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD 2021-11-20 11:55:02 331 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE 2021-11-20 11:55:02 331 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD 2021-11-20 11:55:02 331 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER --> CONTENT 2021-11-20 11:55:02 331 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - REQUEST for //10.233.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} GET //10.233.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1 Host: 10.233.70.7:9101 User-Agent: kube-probe/1.19 Accept-Encoding: gzip Connection: close 2021-11-20 11:55:02 331 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@2fb37eda::DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=3/30000} parsed true HttpParser{s=CONTENT,0 of -1} 2021-11-20 11:55:02 331 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@2fb37eda::DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=3/30000} 2021-11-20 11:55:02 331 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - handle //10.233.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-11-20 11:55:02 331 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - handling HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-11-20 11:55:02 331 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-11-20 11:55:02 331 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-24] invocationID:{InvocationID} - Host 10.233.70.7 with SNI null 2021-11-20 11:55:02 331 DEBUG [org.eclipse.jetty.server.Server][dw-24] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-11-20 11:55:02 331 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-24] invocationID:{InvocationID} - GzipHandler@625487a6{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck)@67cae213 in null 2021-11-20 11:55:02 331 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-24] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@53a9fcfd{/,null,AVAILABLE} 2021-11-20 11:55:02 331 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-24] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@53a9fcfd{/,null,AVAILABLE} 2021-11-20 11:55:02 332 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-6aae0e6f@f339f612==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-11-20 11:55:02 332 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - chain=customFilter@68e2d03e==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-5e3db14@5e3db14==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-1ee40b5c@1ee40b5c==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-6aae0e6f@f339f612==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-11-20 11:55:02 332 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - call filter customFilter@68e2d03e==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true 2021-11-20 11:55:02 332 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - Entering. 2021-11-20 11:55:02 332 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation. 2021-11-20 11:55:02 332 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: a0f2db64-d6ca-4f6e-8d8e-94c6a8ccfc07 2021-11-20 11:55:02 332 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - Invoking synchronously ... 2021-11-20 11:55:02 332 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-5e3db14@5e3db14==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true 2021-11-20 11:55:02 332 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-1ee40b5c@1ee40b5c==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true 2021-11-20 11:55:02 332 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-6aae0e6f@f339f612==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-11-20 11:55:02 333 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@625487a6{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck)@67cae213 2021-11-20 11:55:02 333 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@62968c5c exclude no deflater 2021-11-20 11:55:02 333 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@7149f8df[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@6ff22487{null} 2021-11-20 11:55:02 333 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} 200 OK HTTP/1.1 Connection: close Date: Sat, 20 Nov 2021 11:55:02 GMT X-TransactionID: a0f2db64-d6ca-4f6e-8d8e-94c6a8ccfc07 X-InvocationID: bd2cac4a-5bc5-44c1-8550-77e28cf75c35 Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2021-11-20 11:55:02 333 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@5f989910[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@93a0ad3] (null,[p=0,l=4,c=8192,r=4],true)@START 2021-11-20 11:55:02 333 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@7149f8df[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:02 333 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close Date: Sat, 20 Nov 2021 11:55:02 GMT X-TransactionID: a0f2db64-d6ca-4f6e-8d8e-94c6a8ccfc07 X-InvocationID: bd2cac4a-5bc5-44c1-8550-77e28cf75c35 Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2021-11-20 11:55:02 333 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT 2021-11-20 11:55:02 333 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@5f989910[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@93a0ad3] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING 2021-11-20 11:55:02 333 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@370b842b{IDLE}->null [HeapByteBuffer@776acd07[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@7149f8df[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 2021-11-20 11:55:02 333 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@370b842b{WRITING}->null:IDLE-->WRITING 2021-11-20 11:55:02 333 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@78eeedb4::SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@78eeedb4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@75488f76{s=COMPLETING}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} 2021-11-20 11:55:02 333 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@776acd07[p=0,l=252,c=8192,r=252]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:02 333 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@7149f8df[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:02 333 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING 2021-11-20 11:55:02 333 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 256 bytesProduced = 294 sequenceNumber = 0 [p=0,l=294,c=17408,r=294] ioDone=false/false 2021-11-20 11:55:02 333 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@78eeedb4{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@75488f76{s=COMPLETING}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} 2021-11-20 11:55:02 333 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2021-11-20 11:55:02 333 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@78eeedb4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@75488f76{s=COMPLETING}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} 2021-11-20 11:55:02 333 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@370b842b{WRITING}->null 2021-11-20 11:55:02 333 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@370b842b{IDLE}->null:WRITING-->IDLE 2021-11-20 11:55:02 333 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@5f989910[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@93a0ad3] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2021-11-20 11:55:02 333 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@5f989910[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@93a0ad3] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2021-11-20 11:55:02 333 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=6/30000} 2021-11-20 11:55:02 334 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@78eeedb4::SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@78eeedb4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@75488f76{s=END}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} oshut=false, ishut=false 2021-11-20 11:55:02 334 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@78eeedb4::SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@78eeedb4{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@75488f76{s=END}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-11-20 11:55:02 334 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5abe66d3[p=0,l=0,c=0,r=0]={<<<>>>} 2021-11-20 11:55:02 334 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP 2021-11-20 11:55:02 334 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 40 sequenceNumber = 1 [p=0,l=40,c=17408,r=40] ioDone=false/true 2021-11-20 11:55:02 334 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@78eeedb4{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@75488f76{s=END}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-11-20 11:55:02 334 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2021-11-20 11:55:02 334 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@78eeedb4{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@75488f76{s=END}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-11-20 11:55:02 334 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@78eeedb4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@75488f76{s=END}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-11-20 11:55:02 334 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@78eeedb4::SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@78eeedb4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@75488f76{s=END}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-11-20 11:55:02 334 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@123a8cd6{SSLC.NBReadCB@78eeedb4{SslConnection@78eeedb4::SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@78eeedb4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@75488f76{s=END}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}}} 2021-11-20 11:55:02 334 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@78eeedb4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@75488f76{s=END}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-11-20 11:55:02 334 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$502/0x00000001005f3c40@1d364068 on ManagedSelector@a84338a{STARTED} id=0 keys=1 selected=0 updates=0 2021-11-20 11:55:02 334 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@a84338a{STARTED} id=0 keys=1 selected=0 updates=1 2021-11-20 11:55:02 334 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken with none selected 2021-11-20 11:55:02 334 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken up from select, 0/0/1 selected 2021-11-20 11:55:02 334 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b processing 0 keys, 1 updates 2021-11-20 11:55:02 334 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 1 2021-11-20 11:55:02 334 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$502/0x00000001005f3c40@1d364068 2021-11-20 11:55:02 335 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@78eeedb4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@75488f76{s=END}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-11-20 11:55:02 335 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0 2021-11-20 11:55:02 335 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b waiting with 1 keys 2021-11-20 11:55:02 335 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken up from select, 1/1/1 selected 2021-11-20 11:55:02 335 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b processing 1 keys, 0 updates 2021-11-20 11:55:02 335 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.70.7:9101 remote=/10.233.70.59:52278], selector=sun.nio.ch.EPollSelectorImpl@24a3870b, interestOps=1, readyOps=1 SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@78eeedb4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@75488f76{s=END}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-11-20 11:55:02 335 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@78eeedb4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@75488f76{s=END}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-11-20 11:55:02 335 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@78eeedb4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@75488f76{s=END}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}:runFillable:BLOCKING 2021-11-20 11:55:02 335 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=1/1,p=0} tryExecute EatWhatYouKill@674aa626/SelectorProducer@28f05b0c/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=1/1,p=0}][pc=0,pic=0,pec=4,epc=3620]@2021-11-20T11:55:02.335427Z 2021-11-20 11:55:02 335 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=0/1,p=0}@701dd716 offer EatWhatYouKill@674aa626/SelectorProducer@28f05b0c/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=0/1,p=0}][pc=0,pic=0,pec=4,epc=3620]@2021-11-20T11:55:02.335466Z 2021-11-20 11:55:02 335 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=0/1,p=1} startReservedThread p=1 2021-11-20 11:55:02 335 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - queue ReservedThreadExecutor@2baac4a7{s=0/1,p=1}@527ea76d startThread=0 2021-11-20 11:55:02 335 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-28] invocationID:{InvocationID} - EatWhatYouKill@674aa626/SelectorProducer@28f05b0c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=0/1,p=1}][pc=0,pic=0,pec=4,epc=3620]@2021-11-20T11:55:02.335542Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@78eeedb4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@75488f76{s=END}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}:runFillable:BLOCKING/BLOCKING 2021-11-20 11:55:02 335 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=0/1,p=1}@701dd716 task=EatWhatYouKill@674aa626/SelectorProducer@28f05b0c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=0/1,p=1}][pc=0,pic=0,pec=4,epc=3620]@2021-11-20T11:55:02.335596Z 2021-11-20 11:55:02 335 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@674aa626/SelectorProducer@28f05b0c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=0/1,p=1}][pc=0,pic=0,pec=4,epc=3621]@2021-11-20T11:55:02.335674Z tryProduce true 2021-11-20 11:55:02 335 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - fillable FillInterest@123a8cd6{SSLC.NBReadCB@78eeedb4{SslConnection@78eeedb4::SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@78eeedb4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@75488f76{s=END}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}}} 2021-11-20 11:55:02 335 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 0 2021-11-20 11:55:02 335 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0 2021-11-20 11:55:02 335 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >c.onFillable SslConnection@78eeedb4::SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OSHUT,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@78eeedb4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@75488f76{s=END}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-11-20 11:55:02 335 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - onFillable SslConnection@78eeedb4::SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OSHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@78eeedb4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@75488f76{s=END}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-11-20 11:55:02 335 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - fillable FillInterest@41b96aab{null} 2021-11-20 11:55:02 335 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - FillInterest@41b96aab{null} lost race null 10.233.70.59 - - [20/Nov/2021:11:55:02 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 5 2021-11-20 11:55:02 335 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OSHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@78eeedb4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@75488f76{s=END}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-11-20 11:55:02 335 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - SslConnection@78eeedb4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@75488f76{s=END}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-11-20 11:55:02 335 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=1/1,p=1}@ef0c045 waiting 2021-11-20 11:55:02 335 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b waiting with 1 keys 2021-11-20 11:55:02 335 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=8cf26657-6bee-497a-9f41-477095523b67, referenceCounter=0, store size=0} on thread dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck 2021-11-20 11:55:02 336 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - Exiting. 2021-11-20 11:55:02 336 DEBUG [org.eclipse.jetty.server.Server][dw-24] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-11-20 11:55:02 336 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - unhandle HttpChannelState@67de0014{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1} 2021-11-20 11:55:02 336 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@67de0014{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-11-20 11:55:02 336 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-11-20 11:55:02 336 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - completed HttpChannelState@67de0014{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-11-20 11:55:02 336 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - unhandle HttpChannelState@67de0014{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-11-20 11:55:02 336 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@67de0014{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-11-20 11:55:02 336 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-11-20 11:55:02 336 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4 2021-11-20 11:55:02 336 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - recycle HttpChannelState@67de0014{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-11-20 11:55:02 336 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1} 2021-11-20 11:55:02 336 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - CONTENT --> CLOSE 2021-11-20 11:55:02 336 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:02 336 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >fill SslConnection@78eeedb4::SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OSHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@78eeedb4{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:02 336 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-11-20 11:55:02 336 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 24 HeapByteBuffer@66621e8e[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\xCb\x7f3\x03L\xE9\x18c{/\x0f\x84\x80\x99\xA0A\xDau;>>>\x1f\xDf\xF8\xD3{\t\xE0\xEb\xFa...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:02 336 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=24 2021-11-20 11:55:02 336 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] 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@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xA3(\xF7\x8a...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xA3(\xF7\x8a...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:02 336 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@78eeedb4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:02 336 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1} 2021-11-20 11:55:02 336 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@2fb37eda::DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OSHUT,fill=-,flush=-,to=8/30000} filled -1 HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xA3(\xF7\x8a...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:02 336 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OSHUT,fill=-,flush=-,to=8/30000} 2021-11-20 11:55:02 336 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close(null) DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OSHUT,fill=-,flush=-,to=8/30000} 2021-11-20 11:55:02 336 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - shutdownOutput: SslConnection@78eeedb4::SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@78eeedb4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} oshut=true, ishut=false 2021-11-20 11:55:02 336 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - ensureFillInterested SslConnection@78eeedb4::SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@78eeedb4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:02 337 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@123a8cd6{SSLC.NBReadCB@78eeedb4{SslConnection@78eeedb4::SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@78eeedb4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2021-11-20 11:55:02 337 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@78eeedb4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:02 337 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$502/0x00000001005f3c40@1d364068 on ManagedSelector@a84338a{STARTED} id=0 keys=1 selected=0 updates=0 2021-11-20 11:55:02 337 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@a84338a{STARTED} id=0 keys=1 selected=0 updates=1 2021-11-20 11:55:02 337 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken with none selected 2021-11-20 11:55:02 337 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@78eeedb4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:02 337 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken up from select, 0/0/1 selected 2021-11-20 11:55:02 337 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b processing 0 keys, 1 updates 2021-11-20 11:55:02 337 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 1 2021-11-20 11:55:02 337 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$502/0x00000001005f3c40@1d364068 2021-11-20 11:55:02 337 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@78eeedb4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:02 337 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - doClose SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@78eeedb4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:02 337 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@73dc29f7{l=/10.233.70.7:9101,r=/10.233.70.59:52278,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@78eeedb4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=/10.233.70.7:9101,r=/10.233.70.59:52278,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:02 337 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0 2021-11-20 11:55:02 337 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b waiting with 1 keys 2021-11-20 11:55:02 337 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - onClose FillInterest@123a8cd6{SSLC.NBReadCB@78eeedb4{SslConnection@78eeedb4::SocketChannelEndPoint@73dc29f7{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@78eeedb4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2021-11-20 11:55:02 337 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - onFillableFail SslConnection@78eeedb4::SocketChannelEndPoint@73dc29f7{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@78eeedb4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:02 337 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - onFail FillInterest@41b96aab{null} java.nio.channels.ClosedChannelException: null at org.eclipse.jetty.io.FillInterest.onClose(FillInterest.java:150) at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:355) at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:227) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1366) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:254) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:255) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-20 11:55:02 337 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Wakeup ManagedSelector@a84338a{STARTED} id=0 keys=0 selected=0 updates=0 2021-11-20 11:55:02 337 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@49a35851 startThread=0 2021-11-20 11:55:02 337 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - onClose FillInterest@41b96aab{null} 2021-11-20 11:55:02 337 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken with none selected 2021-11-20 11:55:02 337 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken up from select, 0/0/0 selected 2021-11-20 11:55:02 337 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b processing 0 keys, 0 updates 2021-11-20 11:55:02 337 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 0 2021-11-20 11:55:02 337 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0 2021-11-20 11:55:02 337 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b waiting with 0 keys 2021-11-20 11:55:02 337 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@2fb37eda::DecryptedEndPoint@75df1e89{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9/30000} parse HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xA3(\xF7\x8a...\x00\x00\x00\x00\x00\x00\x00} {} 2021-11-20 11:55:02 337 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xA3(\xF7\x8a...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:02 337 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - CLOSE --> CLOSED 2021-11-20 11:55:02 337 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@2fb37eda::DecryptedEndPoint@75df1e89{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-11-20 11:55:02 337 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@2fb37eda::DecryptedEndPoint@75df1e89{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9/30000} 2021-11-20 11:55:02 337 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@75df1e89{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9/30000} 2021-11-20 11:55:02 337 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@2fb37eda::DecryptedEndPoint@75df1e89{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9/30000} onFillable exit HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-11-20 11:55:02 337 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@78eeedb4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:02 337 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=1/1,p=1}@4b25fe42 size 1 > capacity 2021-11-20 11:55:02 338 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran ReservedThreadExecutor@2baac4a7{s=1/1,p=1}@4b25fe42 in InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=1/1,p=1}] 2021-11-20 11:55:02 338 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run ReservedThreadExecutor@2baac4a7{s=1/1,p=1}@527ea76d in InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=1/1,p=1}] 2021-11-20 11:55:02 338 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=1/1,p=1}@527ea76d size 1 > capacity 2021-11-20 11:55:02 338 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran ReservedThreadExecutor@2baac4a7{s=1/1,p=0}@527ea76d in InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=1/1,p=0}] 2021-11-20 11:55:02 338 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@49a35851 in InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=1/1,p=0}] 2021-11-20 11:55:02 338 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@73dc29f7{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=1/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@78eeedb4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:02 338 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onClose HttpConnection@2fb37eda::DecryptedEndPoint@75df1e89{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10/30000} 2021-11-20 11:55:02 338 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onClose SslConnection@78eeedb4::SocketChannelEndPoint@73dc29f7{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=1/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@78eeedb4{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@75df1e89{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@2fb37eda[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@75488f76{s=START}]=>HttpChannelOverHttp@3f1fe969{s=HttpChannelState@67de0014{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:02 338 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@49a35851 in InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=1/1,p=0}] 2021-11-20 11:55:12 313 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@37e55819-RuleActiveApp@11e71181{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@4a66feda[java.nio.channels.SocketChannel[connected local=/10.233.70.7:9101 remote=/10.233.70.59:52406]] on ManagedSelector@a84338a{STARTED} id=0 keys=0 selected=0 updates=0 2021-11-20 11:55:12 313 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@37e55819-RuleActiveApp@11e71181{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@a84338a{STARTED} id=0 keys=0 selected=0 updates=1 2021-11-20 11:55:12 313 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken with none selected 2021-11-20 11:55:12 313 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken up from select, 0/0/0 selected 2021-11-20 11:55:12 313 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b processing 0 keys, 1 updates 2021-11-20 11:55:12 313 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 1 2021-11-20 11:55:12 313 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update Accept@4a66feda[java.nio.channels.SocketChannel[connected local=/10.233.70.7:9101 remote=/10.233.70.59:52406]] 2021-11-20 11:55:12 313 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue Accept@4a66feda[java.nio.channels.SocketChannel[connected local=/10.233.70.7:9101 remote=/10.233.70.59:52406]] startThread=0 2021-11-20 11:55:12 313 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0 2021-11-20 11:55:12 313 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b waiting with 1 keys 2021-11-20 11:55:12 313 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - run Accept@4a66feda[java.nio.channels.SocketChannel[connected local=/10.233.70.7:9101 remote=/10.233.70.59:52406]] in InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=1/1,p=0}] 2021-11-20 11:55:12 313 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-21] invocationID:{InvocationID} - SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-11-20 11:55:12 314 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-21] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@26d29498 2021-11-20 11:55:12 314 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-21] invocationID:{InvocationID} - new HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=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@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-11-20 11:55:12 314 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - New HTTP Connection HttpConnection@73d0553d::DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=0/30000} 2021-11-20 11:55:12 314 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$508/0x0000000100630040@54bab64f on ManagedSelector@a84338a{STARTED} id=0 keys=1 selected=0 updates=0 2021-11-20 11:55:12 314 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-21] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@dffb180{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@73d0553d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:12 314 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-21] invocationID:{InvocationID} - onOpen SslConnection@dffb180::SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@dffb180{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@73d0553d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:12 314 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-21] invocationID:{InvocationID} - onOpen HttpConnection@73d0553d::DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=0/30000} 2021-11-20 11:55:12 314 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-21] invocationID:{InvocationID} - fillInterested HttpConnection@73d0553d::DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=0/30000} 2021-11-20 11:55:12 314 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - interested FillInterest@1eff64f5{AC.ReadCB@73d0553d{HttpConnection@73d0553d::DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-11-20 11:55:12 315 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@dffb180::SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@dffb180{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@73d0553d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:12 315 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - SslConnection@dffb180{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@73d0553d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:12 315 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - interested FillInterest@1f76b1ab{SSLC.NBReadCB@dffb180{SslConnection@dffb180::SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@dffb180{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@73d0553d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-11-20 11:55:12 315 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@dffb180{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@73d0553d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:12 315 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$502/0x00000001005f3c40@6f757074 on ManagedSelector@a84338a{STARTED} id=0 keys=1 selected=0 updates=1 2021-11-20 11:55:12 315 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@a84338a{STARTED} id=0 keys=1 selected=0 updates=2 2021-11-20 11:55:12 315 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Created SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@dffb180{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@73d0553d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:12 315 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - ran Accept@4a66feda[java.nio.channels.SocketChannel[connected local=/10.233.70.7:9101 remote=/10.233.70.59:52406]] in InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=1/1,p=0}] 2021-11-20 11:55:12 315 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken with none selected 2021-11-20 11:55:12 315 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken up from select, 0/0/1 selected 2021-11-20 11:55:12 315 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b processing 0 keys, 2 updates 2021-11-20 11:55:12 315 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 2 2021-11-20 11:55:12 315 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$508/0x0000000100630040@54bab64f 2021-11-20 11:55:12 315 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$502/0x00000001005f3c40@6f757074 2021-11-20 11:55:12 317 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@dffb180{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@73d0553d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:12 317 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0 2021-11-20 11:55:12 317 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b waiting with 1 keys 2021-11-20 11:55:12 317 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken up from select, 1/1/1 selected 2021-11-20 11:55:12 317 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b processing 1 keys, 0 updates 2021-11-20 11:55:12 317 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.70.7:9101 remote=/10.233.70.59:52406], selector=sun.nio.ch.EPollSelectorImpl@24a3870b, interestOps=1, readyOps=1 SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=FI,flush=-,to=2/30000}{io=1/1,kio=1,kro=1}->SslConnection@dffb180{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@73d0553d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:12 318 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@dffb180{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@73d0553d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:12 318 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@dffb180{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@73d0553d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-11-20 11:55:12 318 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=1/1,p=0} tryExecute EatWhatYouKill@674aa626/SelectorProducer@28f05b0c/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=1/1,p=0}][pc=0,pic=0,pec=4,epc=3621]@2021-11-20T11:55:12.318245Z 2021-11-20 11:55:12 318 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=0/1,p=0}@ef0c045 offer EatWhatYouKill@674aa626/SelectorProducer@28f05b0c/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=0/1,p=0}][pc=0,pic=0,pec=4,epc=3621]@2021-11-20T11:55:12.318336Z 2021-11-20 11:55:12 318 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=0/1,p=1} startReservedThread p=1 2021-11-20 11:55:12 318 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue ReservedThreadExecutor@2baac4a7{s=0/1,p=1}@354e571f startThread=0 2021-11-20 11:55:12 318 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=0/1,p=1}@ef0c045 task=EatWhatYouKill@674aa626/SelectorProducer@28f05b0c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=0/1,p=1}][pc=0,pic=0,pec=4,epc=3621]@2021-11-20T11:55:12.31846Z 2021-11-20 11:55:12 318 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run ReservedThreadExecutor@2baac4a7{s=0/1,p=1}@354e571f in InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=0/1,p=1}] 2021-11-20 11:55:12 318 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=1/1,p=1}@354e571f started 2021-11-20 11:55:12 318 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=1/1,p=0}@354e571f waiting 2021-11-20 11:55:12 318 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-28] invocationID:{InvocationID} - EatWhatYouKill@674aa626/SelectorProducer@28f05b0c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=1/1,p=0}][pc=0,pic=0,pec=4,epc=3621]@2021-11-20T11:55:12.318557Z tryProduce true 2021-11-20 11:55:12 318 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 0 2021-11-20 11:55:12 318 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0 2021-11-20 11:55:12 318 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@674aa626/SelectorProducer@28f05b0c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=1/1,p=1}][pc=0,pic=0,pec=4,epc=3621]@2021-11-20T11:55:12.31853Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=FI,flush=-,to=3/30000}{io=1/0,kio=1,kro=1}->SslConnection@dffb180{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@73d0553d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-11-20 11:55:12 318 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=FI,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@dffb180{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@73d0553d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:12 318 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b waiting with 1 keys 2021-11-20 11:55:12 318 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@1f76b1ab{SSLC.NBReadCB@dffb180{SslConnection@dffb180::SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=FI,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@dffb180{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@73d0553d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-11-20 11:55:12 318 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >c.onFillable SslConnection@dffb180::SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@dffb180{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@73d0553d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:12 318 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - onFillable SslConnection@dffb180::SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@dffb180{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@73d0553d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:12 318 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@1eff64f5{AC.ReadCB@73d0553d{HttpConnection@73d0553d::DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=FI,flush=-,to=4/30000}}} 2021-11-20 11:55:12 318 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@73d0553d::DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=4/30000} onFillable enter HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-11-20 11:55:12 319 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@dffb180::SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@dffb180{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@73d0553d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:12 319 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-11-20 11:55:12 319 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 261 HeapByteBuffer@66621e8e[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\xB44{\x9ef\x1b\xE3\x84z\xEb-O\x1cV...\xC9\x16'\x02\xA6\xEbo\xFb\xF2\x98\xA7\xC2\xE1\x19o\xCb\x81\x84\xF6X\xF7M3>>>P\x1d\x02F\xDf\x19WE\xA3...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:12 319 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=261 2021-11-20 11:55:12 319 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill starting handshake SslConnection@dffb180::SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@dffb180{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@73d0553d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:12 319 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - unwrap net_filled=261 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 261 bytesProduced = 0 encryptedBuffer=[p=261,l=261,c=17408,r=0] unwrapBuffer=HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xA3(\xF7\x8a...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xA3(\xF7\x8a...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:12 319 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_TASK 2021-11-20 11:55:12 320 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_WRAP 2021-11-20 11:55:12 320 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >flush SslConnection@dffb180::SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@dffb180{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@73d0553d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:12 320 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5abe66d3[p=0,l=0,c=0,r=0]={<<<>>>} 2021-11-20 11:55:12 320 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP 2021-11-20 11:55:12 320 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false 2021-11-20 11:55:12 320 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@dffb180{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@73d0553d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:12 320 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net flushed=true, ac=true 2021-11-20 11:55:12 320 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@dffb180{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@73d0553d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:12 320 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-11-20 11:55:12 320 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 6 HeapByteBuffer@66621e8e[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x03\xB44{\x9e...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:12 320 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=6 2021-11-20 11:55:12 320 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] 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@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xA3(\xF7\x8a...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xA3(\xF7\x8a...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:12 320 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-11-20 11:55:12 320 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 0 HeapByteBuffer@66621e8e[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x00\x00\xFc...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:12 320 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=0 2021-11-20 11:55:12 320 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xA3(\xF7\x8a...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xA3(\xF7\x8a...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:12 320 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@dffb180{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@73d0553d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:12 321 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@dffb180::SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@dffb180{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@73d0553d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:12 321 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-11-20 11:55:12 321 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 367 HeapByteBuffer@66621e8e[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xB44{\x9ef\x1b\xE3\x84z\xEb-O\x1cV...\x99\xAf\xC7a\x83e\xAf\xA1\xBe\xD9\xE4\xE5D\xFb\x86U\x01\xDc\x9dc\xAc\xE7t>>>\x8f\x98\xEc\xF1\x85\xB5\xEdd>...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:12 321 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=367 2021-11-20 11:55:12 321 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@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xA3(\xF7\x8a...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xA3(\xF7\x8a...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:12 321 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_TASK 2021-11-20 11:55:12 325 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-27] invocationID:{InvocationID} - Chose alias holmes-rule-mgmt@holmes-rule-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@26d29498 2021-11-20 11:55:12 327 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_WRAP 2021-11-20 11:55:12 327 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >flush SslConnection@dffb180::SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@dffb180{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@73d0553d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:12 327 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5abe66d3[p=0,l=0,c=0,r=0]={<<<>>>} 2021-11-20 11:55:12 327 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP 2021-11-20 11:55:12 327 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false 2021-11-20 11:55:12 328 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@dffb180{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@73d0553d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:12 328 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net flushed=true, ac=true 2021-11-20 11:55:12 328 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP 2021-11-20 11:55:12 328 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false 2021-11-20 11:55:12 328 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@dffb180{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@73d0553d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:12 328 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net flushed=true, ac=true 2021-11-20 11:55:12 328 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - flush NEED_WRAP 2021-11-20 11:55:12 328 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2687 sequenceNumber = 0 [p=0,l=2687,c=17408,r=2687] ioDone=false/false 2021-11-20 11:55:12 328 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - flushed 2687 SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@dffb180{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@73d0553d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:12 328 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net flushed=true, ac=true 2021-11-20 11:55:12 328 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@dffb180{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@73d0553d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:12 328 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-11-20 11:55:12 328 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 0 HeapByteBuffer@66621e8e[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:12 328 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=0 2021-11-20 11:55:12 328 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xA3(\xF7\x8a...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xA3(\xF7\x8a...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:12 328 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@dffb180{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@73d0553d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:12 328 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@73d0553d::DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=13/30000} filled 0 HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xA3(\xF7\x8a...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:12 328 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@73d0553d::DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=13/30000} parse HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xA3(\xF7\x8a...\x00\x00\x00\x00\x00\x00\x00} {} 2021-11-20 11:55:12 328 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xA3(\xF7\x8a...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:12 328 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@73d0553d::DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=13/30000} parsed false HttpParser{s=START,0 of -1} 2021-11-20 11:55:12 328 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@73d0553d::DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=14/30000} 2021-11-20 11:55:12 328 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - fillInterested HttpConnection@73d0553d::DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=14/30000} 2021-11-20 11:55:12 329 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - interested FillInterest@1eff64f5{AC.ReadCB@73d0553d{HttpConnection@73d0553d::DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-11-20 11:55:12 329 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@dffb180::SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@dffb180{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@73d0553d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:12 329 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@dffb180{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@73d0553d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:12 329 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - interested FillInterest@1f76b1ab{SSLC.NBReadCB@dffb180{SslConnection@dffb180::SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@dffb180{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@73d0553d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-11-20 11:55:12 329 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@dffb180{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@73d0553d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:12 329 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$502/0x00000001005f3c40@6f757074 on ManagedSelector@a84338a{STARTED} id=0 keys=1 selected=0 updates=0 2021-11-20 11:55:12 329 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@a84338a{STARTED} id=0 keys=1 selected=0 updates=1 2021-11-20 11:55:12 329 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@73d0553d::DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-11-20 11:55:12 329 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken with none selected 2021-11-20 11:55:12 329 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken up from select, 0/0/1 selected 2021-11-20 11:55:12 329 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b processing 0 keys, 1 updates 2021-11-20 11:55:12 329 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 1 2021-11-20 11:55:12 329 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$502/0x00000001005f3c40@6f757074 2021-11-20 11:55:12 329 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@dffb180{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@73d0553d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:12 329 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=1/1,p=0}@701dd716 size 1 > capacity 2021-11-20 11:55:12 329 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - ran ReservedThreadExecutor@2baac4a7{s=1/1,p=0}@701dd716 in InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=1/1,p=0}] 2021-11-20 11:55:12 329 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@dffb180{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@73d0553d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:12 329 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0 2021-11-20 11:55:12 329 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b waiting with 1 keys 2021-11-20 11:55:12 329 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken up from select, 1/1/1 selected 2021-11-20 11:55:12 329 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b processing 1 keys, 0 updates 2021-11-20 11:55:12 329 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.70.7:9101 remote=/10.233.70.59:52406], selector=sun.nio.ch.EPollSelectorImpl@24a3870b, interestOps=1, readyOps=1 SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@dffb180{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@73d0553d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:12 329 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@dffb180{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@73d0553d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:12 329 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@dffb180{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@73d0553d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-11-20 11:55:12 330 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=1/1,p=0} tryExecute EatWhatYouKill@674aa626/SelectorProducer@28f05b0c/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=1/1,p=0}][pc=0,pic=0,pec=4,epc=3622]@2021-11-20T11:55:12.329996Z 2021-11-20 11:55:12 330 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=0/1,p=0}@354e571f offer EatWhatYouKill@674aa626/SelectorProducer@28f05b0c/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=0/1,p=0}][pc=0,pic=0,pec=4,epc=3622]@2021-11-20T11:55:12.330054Z 2021-11-20 11:55:12 330 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=0/1,p=1} startReservedThread p=1 2021-11-20 11:55:12 330 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - queue ReservedThreadExecutor@2baac4a7{s=0/1,p=1}@736daed0 startThread=0 2021-11-20 11:55:12 330 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=0/1,p=1}@354e571f task=EatWhatYouKill@674aa626/SelectorProducer@28f05b0c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=0/1,p=1}][pc=0,pic=0,pec=4,epc=3622]@2021-11-20T11:55:12.330195Z 2021-11-20 11:55:12 330 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@674aa626/SelectorProducer@28f05b0c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=0/1,p=1}][pc=0,pic=0,pec=4,epc=3622]@2021-11-20T11:55:12.330255Z tryProduce true 2021-11-20 11:55:12 330 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 0 2021-11-20 11:55:12 330 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0 2021-11-20 11:55:12 330 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-28] invocationID:{InvocationID} - EatWhatYouKill@674aa626/SelectorProducer@28f05b0c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=0/1,p=1}][pc=0,pic=0,pec=4,epc=3622]@2021-11-20T11:55:12.330232Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@dffb180{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@73d0553d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-11-20 11:55:12 330 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@dffb180{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@73d0553d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:12 330 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b waiting with 1 keys 2021-11-20 11:55:12 330 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - fillable FillInterest@1f76b1ab{SSLC.NBReadCB@dffb180{SslConnection@dffb180::SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@dffb180{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@73d0553d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-11-20 11:55:12 330 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >c.onFillable SslConnection@dffb180::SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@dffb180{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@73d0553d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:12 330 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - onFillable SslConnection@dffb180::SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@dffb180{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@73d0553d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:12 330 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - fillable FillInterest@1eff64f5{AC.ReadCB@73d0553d{HttpConnection@73d0553d::DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=FI,flush=-,to=1/30000}}} 2021-11-20 11:55:12 330 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@73d0553d::DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-11-20 11:55:12 330 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >fill SslConnection@dffb180::SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@dffb180{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@73d0553d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:12 330 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-11-20 11:55:12 331 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 228 HeapByteBuffer@66621e8e[p=0,l=228,c=17408,r=228]={<<<\x17\x03\x03\x005\x0f\xDa0us\x8e\xB0\xD3\x05@\x8aU\xB3\xF6\x16\xAb\xE8J\x8b\xBb...I\x86\xCc8:K.\xA0\xEb/K\xAb}^\x0e3t\x165bP\xBd\xC0>>>+\xB5\xA7\xEd#\xD0:\xD7\x8f...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:12 331 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=228 2021-11-20 11:55:12 331 DEBUG [jdk.event.security][dw-28] invocationID:{InvocationID} - TLSHandshake: 10.233.70.59:52406, TLSv1.3, TLS_AES_128_GCM_SHA256, 0 2021-11-20 11:55:12 331 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - unwrap net_filled=228 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=228,c=17408,r=170] unwrapBuffer=HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xA3(\xF7\x8a...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xA3(\xF7\x8a...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:12 331 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - handshake succeeded SslConnection@dffb180::SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@dffb180{NOT_HANDSHAKING,eio=170/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@73d0553d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} resumed server TLSv1.3/TLS_AES_128_GCM_SHA256 2021-11-20 11:55:12 331 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-11-20 11:55:12 331 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 0 HeapByteBuffer@66621e8e[p=58,l=228,c=17408,r=170]={\x17\x03\x03\x005\x14\x00\x00 ...\xCe\xDf*\xBc\xD3S9<<<\x17\x03\x03\x00\xA5\x98C\x80[\xF3\x89\x81\xFb\xCc8{?\x87\x82\xD1\xB0\xAd\xF6\t\x8d...I\x86\xCc8:K.\xA0\xEb/K\xAb}^\x0e3t\x165bP\xBd\xC0>>>+\xB5\xA7\xEd#\xD0:\xD7\x8f...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:12 331 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=0 2021-11-20 11:55:12 331 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 170 bytesProduced = 148 encryptedBuffer=[p=228,l=228,c=17408,r=0] unwrapBuffer=HeapByteBuffer@3fa0f0a4[p=0,l=148,c=17408,r=148]={<<>>\x06\xB6\n\x11\xD7\x82\x96\xEck...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3fa0f0a4[p=0,l=148,c=17408,r=148]={<<>>\x06\xB6\n\x11\xD7\x82\x96\xEck...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:12 331 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - SslConnection@dffb180{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@73d0553d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:12 332 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@73d0553d::DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=3/30000} filled 148 HeapByteBuffer@3fa0f0a4[p=0,l=148,c=17408,r=148]={<<>>\x06\xB6\n\x11\xD7\x82\x96\xEck...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:12 332 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@73d0553d::DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=3/30000} parse HeapByteBuffer@3fa0f0a4[p=0,l=148,c=17408,r=148]={<<>>\x06\xB6\n\x11\xD7\x82\x96\xEck...\x00\x00\x00\x00\x00\x00\x00} {} 2021-11-20 11:55:12 332 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@3fa0f0a4[p=0,l=148,c=17408,r=148]={<<>>\x06\xB6\n\x11\xD7\x82\x96\xEck...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:12 332 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - START --> SPACE1 2021-11-20 11:55:12 332 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - SPACE1 --> URI 2021-11-20 11:55:12 332 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - URI --> SPACE2 2021-11-20 11:55:12 332 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION 2021-11-20 11:55:12 332 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER 2021-11-20 11:55:12 332 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:Host --> VALUE 2021-11-20 11:55:12 332 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE 2021-11-20 11:55:12 332 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:Host --> FIELD 2021-11-20 11:55:12 332 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE 2021-11-20 11:55:12 332 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE 2021-11-20 11:55:12 332 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD 2021-11-20 11:55:12 332 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE 2021-11-20 11:55:12 332 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD 2021-11-20 11:55:12 332 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE 2021-11-20 11:55:12 332 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD 2021-11-20 11:55:12 332 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - HEADER --> CONTENT 2021-11-20 11:55:12 332 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - REQUEST for //10.233.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} GET //10.233.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1 Host: 10.233.70.7:9101 User-Agent: kube-probe/1.19 Accept-Encoding: gzip Connection: close 2021-11-20 11:55:12 332 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@73d0553d::DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=3/30000} parsed true HttpParser{s=CONTENT,0 of -1} 2021-11-20 11:55:12 332 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@73d0553d::DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=3/30000} 2021-11-20 11:55:12 332 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - handle //10.233.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-11-20 11:55:12 332 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-28] invocationID:{InvocationID} - handling HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-11-20 11:55:12 332 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-11-20 11:55:12 332 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-28] invocationID:{InvocationID} - Host 10.233.70.7 with SNI null 2021-11-20 11:55:12 332 DEBUG [org.eclipse.jetty.server.Server][dw-28] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-11-20 11:55:12 332 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-28] invocationID:{InvocationID} - GzipHandler@625487a6{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck)@132e4418 in null 2021-11-20 11:55:12 332 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-28] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@53a9fcfd{/,null,AVAILABLE} 2021-11-20 11:55:12 332 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-28] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@53a9fcfd{/,null,AVAILABLE} 2021-11-20 11:55:12 333 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-28] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-6aae0e6f@f339f612==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-11-20 11:55:12 333 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-28] invocationID:{InvocationID} - chain=customFilter@68e2d03e==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-5e3db14@5e3db14==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-1ee40b5c@1ee40b5c==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-6aae0e6f@f339f612==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-11-20 11:55:12 333 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-28] invocationID:{InvocationID} - call filter customFilter@68e2d03e==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true 2021-11-20 11:55:12 333 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-28] invocationID:{InvocationID} - Entering. 2021-11-20 11:55:12 333 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-28] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation. 2021-11-20 11:55:12 333 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-28] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 2c4a646a-ff7b-4c00-92e6-6ec2be5297fc 2021-11-20 11:55:12 333 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-28] invocationID:{InvocationID} - Invoking synchronously ... 2021-11-20 11:55:12 333 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-28] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-5e3db14@5e3db14==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true 2021-11-20 11:55:12 333 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-28] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-1ee40b5c@1ee40b5c==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true 2021-11-20 11:55:12 333 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-6aae0e6f@f339f612==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-11-20 11:55:12 333 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - run ReservedThreadExecutor@2baac4a7{s=0/1,p=1}@736daed0 in InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=0/1,p=1}] 2021-11-20 11:55:12 333 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=1/1,p=1}@736daed0 started 2021-11-20 11:55:12 333 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=1/1,p=0}@736daed0 waiting 2021-11-20 11:55:12 334 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@625487a6{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck)@132e4418 2021-11-20 11:55:12 334 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@6d67e858 exclude no deflater 2021-11-20 11:55:12 334 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@4a056f56[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@540053e8{null} 2021-11-20 11:55:12 334 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} 200 OK HTTP/1.1 Connection: close Date: Sat, 20 Nov 2021 11:55:12 GMT X-TransactionID: 2c4a646a-ff7b-4c00-92e6-6ec2be5297fc X-InvocationID: 2b2eefcd-69e9-4b87-be09-868bc7a140e7 Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2021-11-20 11:55:12 334 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@356fd3f4[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6718d829] (null,[p=0,l=4,c=8192,r=4],true)@START 2021-11-20 11:55:12 334 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@4a056f56[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:12 334 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close Date: Sat, 20 Nov 2021 11:55:12 GMT X-TransactionID: 2c4a646a-ff7b-4c00-92e6-6ec2be5297fc X-InvocationID: 2b2eefcd-69e9-4b87-be09-868bc7a140e7 Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2021-11-20 11:55:12 334 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT 2021-11-20 11:55:12 334 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@356fd3f4[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6718d829] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING 2021-11-20 11:55:12 335 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@6067443{IDLE}->null [HeapByteBuffer@776acd07[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@4a056f56[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 2021-11-20 11:55:12 335 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@6067443{WRITING}->null:IDLE-->WRITING 2021-11-20 11:55:12 335 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@dffb180::SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@dffb180{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=W,to=6/30000}=>HttpConnection@73d0553d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f77ad9b{s=COMPLETING}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-11-20 11:55:12 335 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@776acd07[p=0,l=252,c=8192,r=252]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:12 335 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@4a056f56[p=0,l=4,c=8192,r=4]={<<>>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:12 335 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING 2021-11-20 11:55:12 335 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 256 bytesProduced = 294 sequenceNumber = 0 [p=0,l=294,c=17408,r=294] ioDone=false/false 2021-11-20 11:55:12 335 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@dffb180{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=W,to=6/30000}=>HttpConnection@73d0553d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f77ad9b{s=COMPLETING}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-11-20 11:55:12 335 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2021-11-20 11:55:12 335 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@dffb180{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=W,to=6/30000}=>HttpConnection@73d0553d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f77ad9b{s=COMPLETING}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-11-20 11:55:12 335 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@6067443{WRITING}->null 2021-11-20 11:55:12 335 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@6067443{IDLE}->null:WRITING-->IDLE 2021-11-20 11:55:12 335 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@356fd3f4[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6718d829] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2021-11-20 11:55:12 335 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@356fd3f4[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@6718d829] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2021-11-20 11:55:12 335 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=6/30000} 2021-11-20 11:55:12 335 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@dffb180::SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@dffb180{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@73d0553d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f77ad9b{s=END}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} oshut=false, ishut=false 2021-11-20 11:55:12 335 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@dffb180::SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@dffb180{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@73d0553d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f77ad9b{s=END}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-11-20 11:55:12 336 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@5abe66d3[p=0,l=0,c=0,r=0]={<<<>>>} 2021-11-20 11:55:12 336 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP 2021-11-20 11:55:12 336 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 40 sequenceNumber = 1 [p=0,l=40,c=17408,r=40] ioDone=false/true 2021-11-20 11:55:12 336 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@dffb180{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@73d0553d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f77ad9b{s=END}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-11-20 11:55:12 336 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2021-11-20 11:55:12 336 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@dffb180{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@73d0553d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f77ad9b{s=END}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-11-20 11:55:12 336 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@dffb180{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@73d0553d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f77ad9b{s=END}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-11-20 11:55:12 336 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@dffb180::SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@dffb180{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@73d0553d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f77ad9b{s=END}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-11-20 11:55:12 336 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@1f76b1ab{SSLC.NBReadCB@dffb180{SslConnection@dffb180::SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@dffb180{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@73d0553d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f77ad9b{s=END}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}}} 2021-11-20 11:55:12 336 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@dffb180{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@73d0553d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f77ad9b{s=END}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-11-20 11:55:12 337 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$502/0x00000001005f3c40@6f757074 on ManagedSelector@a84338a{STARTED} id=0 keys=1 selected=0 updates=0 2021-11-20 11:55:12 337 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@a84338a{STARTED} id=0 keys=1 selected=0 updates=1 2021-11-20 11:55:12 337 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken with none selected 2021-11-20 11:55:12 337 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken up from select, 0/0/1 selected 2021-11-20 11:55:12 337 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b processing 0 keys, 1 updates 2021-11-20 11:55:12 337 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 1 2021-11-20 11:55:12 337 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$502/0x00000001005f3c40@6f757074 2021-11-20 11:55:12 337 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=da4307e5-d088-48d5-a9fd-ec46fd595986, referenceCounter=0, store size=0} on thread dw-28 - GET /api/holmes-rule-mgmt/v1/healthcheck 2021-11-20 11:55:12 337 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-28] invocationID:{InvocationID} - Exiting. 2021-11-20 11:55:12 337 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@dffb180{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@73d0553d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f77ad9b{s=END}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-11-20 11:55:12 337 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0 2021-11-20 11:55:12 337 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b waiting with 1 keys 2021-11-20 11:55:12 337 DEBUG [org.eclipse.jetty.server.Server][dw-28] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-11-20 11:55:12 337 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken up from select, 1/1/1 selected 2021-11-20 11:55:12 337 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b processing 1 keys, 0 updates 2021-11-20 11:55:12 337 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-28] invocationID:{InvocationID} - unhandle HttpChannelState@4f52d9c9{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1} 2021-11-20 11:55:12 337 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-28] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@4f52d9c9{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-11-20 11:55:12 337 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-11-20 11:55:12 337 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-28] invocationID:{InvocationID} - completed HttpChannelState@4f52d9c9{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-11-20 11:55:12 337 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-28] invocationID:{InvocationID} - unhandle HttpChannelState@4f52d9c9{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-11-20 11:55:12 337 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-28] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@4f52d9c9{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-11-20 11:55:12 337 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-11-20 11:55:12 337 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4 2021-11-20 11:55:12 337 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.70.7:9101 remote=/10.233.70.59:52406], selector=sun.nio.ch.EPollSelectorImpl@24a3870b, interestOps=1, readyOps=1 SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@dffb180{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@73d0553d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f77ad9b{s=END}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-11-20 11:55:12 337 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@dffb180{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@73d0553d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f77ad9b{s=END}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{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.70.7:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-11-20 11:55:12 337 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-28] invocationID:{InvocationID} - recycle HttpChannelState@4f52d9c9{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-11-20 11:55:12 337 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1} 10.233.70.59 - - [20/Nov/2021:11:55:12 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 5 2021-11-20 11:55:12 337 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - CONTENT --> CLOSE 2021-11-20 11:55:12 337 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:12 337 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@dffb180{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@73d0553d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f77ad9b{s=END}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-11-20 11:55:12 338 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >fill SslConnection@dffb180::SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@dffb180{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@73d0553d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:12 338 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=1/1,p=0} tryExecute EatWhatYouKill@674aa626/SelectorProducer@28f05b0c/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=1/1,p=0}][pc=0,pic=0,pec=4,epc=3623]@2021-11-20T11:55:12.33803Z 2021-11-20 11:55:12 338 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-11-20 11:55:12 338 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 24 HeapByteBuffer@66621e8e[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\n\n\xE5\x92\x89\xA8\xAfE\x94<\x1d\x08\xAe\x85\\Z\xD4\xBa\x05>>>\x1f\xBbK\x12bG\x80];...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:12 338 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=24 2021-11-20 11:55:12 338 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=0/1,p=0}@736daed0 offer EatWhatYouKill@674aa626/SelectorProducer@28f05b0c/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=0/1,p=0}][pc=0,pic=0,pec=4,epc=3623]@2021-11-20T11:55:12.338107Z 2021-11-20 11:55:12 338 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=0/1,p=1} startReservedThread p=1 2021-11-20 11:55:12 338 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] 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@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xE7\xE1g\xC6...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xE7\xE1g\xC6...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:12 338 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - queue ReservedThreadExecutor@2baac4a7{s=0/1,p=1}@7b6be1f4 startThread=0 2021-11-20 11:55:12 338 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - SslConnection@dffb180{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@73d0553d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:12 338 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - run ReservedThreadExecutor@2baac4a7{s=0/1,p=1}@7b6be1f4 in InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=0/1,p=1}] 2021-11-20 11:55:12 338 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1} 2021-11-20 11:55:12 338 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=1/1,p=1}@7b6be1f4 started 2021-11-20 11:55:12 338 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=1/1,p=0}@7b6be1f4 waiting 2021-11-20 11:55:12 338 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@73d0553d::DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OSHUT,fill=-,flush=-,to=9/30000} filled -1 HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xE7\xE1g\xC6...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:12 338 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - close DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OSHUT,fill=-,flush=-,to=9/30000} 2021-11-20 11:55:12 338 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - close(null) DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OSHUT,fill=-,flush=-,to=9/30000} 2021-11-20 11:55:12 338 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=0/1,p=1}@736daed0 task=EatWhatYouKill@674aa626/SelectorProducer@28f05b0c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=1/1,p=0}][pc=0,pic=0,pec=4,epc=3623]@2021-11-20T11:55:12.338443Z 2021-11-20 11:55:12 338 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@674aa626/SelectorProducer@28f05b0c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=0/1,p=1}][pc=0,pic=0,pec=4,epc=3623]@2021-11-20T11:55:12.338287Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@dffb180{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OSHUT,fill=-,flush=-,to=9/30000}=>HttpConnection@73d0553d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-11-20 11:55:12 338 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - shutdownOutput: SslConnection@dffb180::SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@dffb180{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@73d0553d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} oshut=true, ishut=false 2021-11-20 11:55:12 338 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@674aa626/SelectorProducer@28f05b0c/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=1/1,p=0}][pc=0,pic=0,pec=4,epc=3624]@2021-11-20T11:55:12.338505Z tryProduce true 2021-11-20 11:55:12 338 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 0 2021-11-20 11:55:12 338 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0 2021-11-20 11:55:12 338 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - ensureFillInterested SslConnection@dffb180::SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@dffb180{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@73d0553d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:12 338 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@dffb180{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@73d0553d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:12 338 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - close SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@dffb180{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@73d0553d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:12 338 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@1f76b1ab{SSLC.NBReadCB@dffb180{SslConnection@dffb180::SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@dffb180{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@73d0553d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2021-11-20 11:55:12 338 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b waiting with 1 keys 2021-11-20 11:55:12 338 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@dffb180{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@73d0553d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:12 338 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >c.onFillable SslConnection@dffb180::SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@dffb180{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@73d0553d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:12 338 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - doClose SocketChannelEndPoint@2c345f87{l=/10.233.70.7:9101,r=/10.233.70.59:52406,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@dffb180{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=/10.233.70.7:9101,r=/10.233.70.59:52406,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@73d0553d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:12 338 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close DecryptedEndPoint@41947fc3{l=0.0.0.0/0.0.0.0:9101,r=/10.233.70.59:52406,CLOSED,fill=-,flush=-,to=9/30000} 2021-11-20 11:55:12 338 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close(null) DecryptedEndPoint@41947fc3{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9/30000} 2021-11-20 11:55:12 338 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - onClose FillInterest@1f76b1ab{null} 2021-11-20 11:55:12 338 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Wakeup ManagedSelector@a84338a{STARTED} id=0 keys=1 selected=0 updates=0 2021-11-20 11:55:12 338 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@50cff878 startThread=0 2021-11-20 11:55:12 338 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - onClose FillInterest@1eff64f5{null} 2021-11-20 11:55:12 339 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@73d0553d::DecryptedEndPoint@41947fc3{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10/30000} parse HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xE7\xE1g\xC6...\x00\x00\x00\x00\x00\x00\x00} {} 2021-11-20 11:55:12 339 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@3fa0f0a4[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xE7\xE1g\xC6...\x00\x00\x00\x00\x00\x00\x00} 2021-11-20 11:55:12 339 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - CLOSE --> CLOSED 2021-11-20 11:55:12 339 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@73d0553d::DecryptedEndPoint@41947fc3{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-11-20 11:55:12 339 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@73d0553d::DecryptedEndPoint@41947fc3{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10/30000} 2021-11-20 11:55:12 339 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - onFillable SslConnection@dffb180::SocketChannelEndPoint@2c345f87{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@dffb180{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@73d0553d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:12 339 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@50cff878 in InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=1/1,p=0}] 2021-11-20 11:55:12 339 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@1eff64f5{null} 2021-11-20 11:55:12 339 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - FillInterest@1eff64f5{null} lost race null 2021-11-20 11:55:12 339 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken with none selected 2021-11-20 11:55:12 339 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b woken up from select, 0/0/0 selected 2021-11-20 11:55:12 339 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b processing 0 keys, 0 updates 2021-11-20 11:55:12 339 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 0 2021-11-20 11:55:12 339 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0 2021-11-20 11:55:12 339 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@24a3870b waiting with 0 keys 2021-11-20 11:55:12 339 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@dffb180{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@73d0553d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:12 339 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=1/1,p=0}@354e571f size 1 > capacity 2021-11-20 11:55:12 339 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@2c345f87{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@dffb180{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@73d0553d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:12 339 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - ran ReservedThreadExecutor@2baac4a7{s=1/1,p=0}@354e571f in InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=1/1,p=0}] 2021-11-20 11:55:12 339 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onClose HttpConnection@73d0553d::DecryptedEndPoint@41947fc3{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10/30000} 2021-11-20 11:55:12 339 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onClose SslConnection@dffb180::SocketChannelEndPoint@2c345f87{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=1/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@dffb180{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@73d0553d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:12 339 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@50cff878 in InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=1/1,p=0}] 2021-11-20 11:55:12 339 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@41947fc3{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10/30000} 2021-11-20 11:55:12 339 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@73d0553d::DecryptedEndPoint@41947fc3{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10/30000} onFillable exit HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-11-20 11:55:12 339 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - SslConnection@dffb180{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@41947fc3{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@73d0553d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@6f77ad9b{s=START}]=>HttpChannelOverHttp@6048e0a8{s=HttpChannelState@4f52d9c9{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-20 11:55:12 340 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@2baac4a7{s=1/1,p=0}@ef0c045 size 1 > capacity 2021-11-20 11:55:12 340 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran ReservedThreadExecutor@2baac4a7{s=1/1,p=0}@ef0c045 in InstrumentedQueuedThreadPool[dw]@2484dbb7{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@2baac4a7{s=1/1,p=0}] 2021-11-20 11:55:17 457 INFO [org.onap.holmes.common.config.MicroServiceConfig][pool-2-thread-1] invocationID:{InvocationID} - Query the config-binding-service address using the URL: http://consul-server.onap:8500/v1/catalog/service/config-binding-service 2021-11-20 11:55:17 459 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next object: org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory 2021-11-20 11:55:17 459 DEBUG [org.jvnet.hk2.logger][pool-2-thread-1] invocationID:{InvocationID} - Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_609,610,99500856) 2021-11-20 11:55:17 461 DEBUG [org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager][pool-2-thread-1] invocationID:{InvocationID} - Clearing Jersey HK2 caches. Service cache size: 3, reflection cache size: 20. 2021-11-20 11:55:17 462 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.logging.LoggingFeatureAutoDiscoverable 2021-11-20 11:55:17 462 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.internal.config.ExternalPropertiesAutoDiscoverable 2021-11-20 11:55:17 462 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.filter.internal.ServerFiltersAutoDiscoverable 2021-11-20 11:55:17 463 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.validation.internal.ValidationAutoDiscoverable 2021-11-20 11:55:17 463 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.jaxb.internal.JaxbAutoDiscoverable 2021-11-20 11:55:17 463 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.spidiscovery.internal.MetaInfServicesAutoDiscoverable 2021-11-20 11:55:17 464 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationI