By type
2021-10-13 06:50:01 227 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-10-13 06:50:01 229 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.logging.LoggingFeatureAutoDiscoverable 2021-10-13 06:50:01 229 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.internal.config.ExternalPropertiesAutoDiscoverable 2021-10-13 06:50:01 229 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.filter.internal.ServerFiltersAutoDiscoverable 2021-10-13 06:50:01 230 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.validation.internal.ValidationAutoDiscoverable 2021-10-13 06:50:01 230 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.jaxb.internal.JaxbAutoDiscoverable 2021-10-13 06:50:01 231 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.spidiscovery.internal.MetaInfServicesAutoDiscoverable 2021-10-13 06:50:01 231 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.wadl.internal.WadlAutoDiscoverable 2021-10-13 06:50:01 231 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.internal.monitoring.MonitoringAutodiscoverable 2021-10-13 06:50:01 231 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider 2021-10-13 06:50:01 232 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider 2021-10-13 06:50:01 232 DEBUG [org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel][pool-2-thread-1] invocationID:{InvocationID} - System properties configuration provider not allowed 2021-10-13 06:50:01 232 DEBUG [org.glassfish.jersey.client.ClientExecutorProvidersConfigurator][pool-2-thread-1] invocationID:{InvocationID} - null java.lang.reflect.InvocationTargetException: null at java.base/jdk.internal.reflect.GeneratedMethodAccessor31.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.glassfish.jersey.client.ClientExecutorProvidersConfigurator.lookupManagedScheduledExecutorService(ClientExecutorProvidersConfigurator.java:174) at org.glassfish.jersey.client.ClientExecutorProvidersConfigurator.init(ClientExecutorProvidersConfigurator.java:124) at org.glassfish.jersey.client.ClientConfig$State.initRuntime(ClientConfig.java:447) at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317) at org.glassfish.jersey.client.ClientConfig.getRuntime(ClientConfig.java:807) at org.glassfish.jersey.client.ClientRequest.getClientRuntime(ClientRequest.java:219) at org.glassfish.jersey.client.ClientRequest.getInjectionManager(ClientRequest.java:610) at org.glassfish.jersey.client.JerseyWebTarget.onBuilder(JerseyWebTarget.java:364) at org.glassfish.jersey.client.JerseyWebTarget.request(JerseyWebTarget.java:192) at org.glassfish.jersey.client.JerseyWebTarget.request(JerseyWebTarget.java:36) at org.onap.holmes.common.utils.JerseyClient.get(JerseyClient.java:121) at org.onap.holmes.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-10-13 06:50:01 233 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-10-13 06:50:01 233 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-10-13 06:50:01 236 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-10-13 06:50:01 236 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-10-13 06:50:01 238 TRACE [sun.net.www.protocol.http.HttpURLConnection][pool-2-thread-1] invocationID:{InvocationID} - Proxy used: DIRECT 2021-10-13 06:50:01 238 DEBUG [sun.net.www.protocol.http.HttpURLConnection][pool-2-thread-1] invocationID:{InvocationID} - sun.net.www.MessageHeader@bde0d995 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-10-13 06:50:01 264 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-10-13 06:50:01 264 DEBUG [sun.net.www.protocol.http.HttpURLConnection][pool-2-thread-1] invocationID:{InvocationID} - sun.net.www.MessageHeader@2567141c5 pairs: {null: HTTP/1.1 200 OK}{x-onap-requestid: ecfe034e-c3c0-4a42-93d0-1aef4bf56e70}{Content-Type: application/json}{Content-Length: 4153}{Date: Wed, 13 Oct 2021 06:50:01 GMT} 2021-10-13 06:50:01 265 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-10-13 06:50:01 265 INFO [org.onap.holmes.rulemgt.dcae.DcaeConfigurationPolling][pool-2-thread-1] invocationID:{InvocationID} - Operation aborted due to identical configurations. 2021-10-13 06:50:02 890 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@3c9e19de-RuleActiveApp@54247647{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@286dab11[java.nio.channels.SocketChannel[connected local=/10.233.70.68:9101 remote=/10.233.70.39:47710]] on ManagedSelector@6fbe4800{STARTED} id=0 keys=0 selected=0 updates=0 2021-10-13 06:50:02 891 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@3c9e19de-RuleActiveApp@54247647{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6fbe4800{STARTED} id=0 keys=0 selected=0 updates=1 2021-10-13 06:50:02 891 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 woken with none selected 2021-10-13 06:50:02 891 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 woken up from select, 0/0/0 selected 2021-10-13 06:50:02 891 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 processing 0 keys, 1 updates 2021-10-13 06:50:02 891 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updateable 1 2021-10-13 06:50:02 891 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - update Accept@286dab11[java.nio.channels.SocketChannel[connected local=/10.233.70.68:9101 remote=/10.233.70.39:47710]] 2021-10-13 06:50:02 891 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - queue Accept@286dab11[java.nio.channels.SocketChannel[connected local=/10.233.70.68:9101 remote=/10.233.70.39:47710]] startThread=0 2021-10-13 06:50:02 891 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updates 0 2021-10-13 06:50:02 891 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 waiting with 1 keys 2021-10-13 06:50:02 891 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - run Accept@286dab11[java.nio.channels.SocketChannel[connected local=/10.233.70.68:9101 remote=/10.233.70.39:47710]] in InstrumentedQueuedThreadPool[dw]@374ccb9{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@14b8a751{s=1/1,p=0}] 2021-10-13 06:50:02 891 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-27] invocationID:{InvocationID} - SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->
idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-10-13 06:50:02 891 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-27] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@5a9e62e8 2021-10-13 06:50:02 891 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - new HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=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@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-10-13 06:50:02 891 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - New HTTP Connection HttpConnection@31228528::DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=0/30000} 2021-10-13 06:50:02 891 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$511/0x000000010062f440@1f09a951 on ManagedSelector@6fbe4800{STARTED} id=0 keys=1 selected=0 updates=0 2021-10-13 06:50:02 892 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@39b50ab7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@31228528[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:02 892 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - onOpen SslConnection@39b50ab7::SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@39b50ab7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@31228528[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:02 892 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - onOpen HttpConnection@31228528::DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=0/30000} 2021-10-13 06:50:02 892 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - fillInterested HttpConnection@31228528::DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=0/30000} 2021-10-13 06:50:02 892 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - interested FillInterest@15ff1539{AC.ReadCB@31228528{HttpConnection@31228528::DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-10-13 06:50:02 892 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@39b50ab7::SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@39b50ab7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@31228528[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:02 892 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@39b50ab7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@31228528[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:02 892 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - interested FillInterest@476e65f6{SSLC.NBReadCB@39b50ab7{SslConnection@39b50ab7::SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@39b50ab7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@31228528[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-10-13 06:50:02 892 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@39b50ab7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@31228528[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:02 892 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$505/0x0000000100628840@569f3f1e on ManagedSelector@6fbe4800{STARTED} id=0 keys=1 selected=0 updates=1 2021-10-13 06:50:02 892 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6fbe4800{STARTED} id=0 keys=1 selected=0 updates=2 2021-10-13 06:50:02 892 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Created SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@39b50ab7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@31228528[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:02 892 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 woken with none selected 2021-10-13 06:50:02 892 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 woken up from select, 0/0/1 selected 2021-10-13 06:50:02 892 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 processing 0 keys, 2 updates 2021-10-13 06:50:02 892 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - ran Accept@286dab11[java.nio.channels.SocketChannel[connected local=/10.233.70.68:9101 remote=/10.233.70.39:47710]] in InstrumentedQueuedThreadPool[dw]@374ccb9{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@14b8a751{s=1/1,p=0}] 2021-10-13 06:50:02 892 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updateable 2 2021-10-13 06:50:02 892 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$511/0x000000010062f440@1f09a951 2021-10-13 06:50:02 892 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$505/0x0000000100628840@569f3f1e 2021-10-13 06:50:02 893 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@39b50ab7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@31228528[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:02 893 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updates 0 2021-10-13 06:50:02 893 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 waiting with 1 keys 2021-10-13 06:50:02 893 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 woken up from select, 1/1/1 selected 2021-10-13 06:50:02 893 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 processing 1 keys, 0 updates 2021-10-13 06:50:02 893 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.70.68:9101 remote=/10.233.70.39:47710], selector=sun.nio.ch.EPollSelectorImpl@1db546f1, interestOps=1, readyOps=1 SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@39b50ab7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@31228528[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:02 893 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@39b50ab7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@31228528[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:02 893 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@39b50ab7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@31228528[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=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-10-13 06:50:02 893 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@14b8a751{s=1/1,p=0} tryExecute EatWhatYouKill@4fa8bebb/SelectorProducer@38ef1a0a/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@374ccb9{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@14b8a751{s=1/1,p=0}][pc=0,pic=0,pec=4,epc=7331]@2021-10-13T06:50:02.89374Z 2021-10-13 06:50:02 893 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@14b8a751{s=0/1,p=0}@3071effb offer EatWhatYouKill@4fa8bebb/SelectorProducer@38ef1a0a/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@374ccb9{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@14b8a751{s=0/1,p=0}][pc=0,pic=0,pec=4,epc=7331]@2021-10-13T06:50:02.893871Z 2021-10-13 06:50:02 893 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@14b8a751{s=0/1,p=1} startReservedThread p=1 2021-10-13 06:50:02 893 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - queue ReservedThreadExecutor@14b8a751{s=0/1,p=1}@58d5d36b startThread=0 2021-10-13 06:50:02 894 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - run ReservedThreadExecutor@14b8a751{s=0/1,p=1}@58d5d36b in InstrumentedQueuedThreadPool[dw]@374ccb9{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@14b8a751{s=0/1,p=1}] 2021-10-13 06:50:02 894 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@14b8a751{s=1/1,p=1}@58d5d36b started 2021-10-13 06:50:02 894 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@14b8a751{s=1/1,p=0}@58d5d36b waiting 2021-10-13 06:50:02 894 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-21] invocationID:{InvocationID} - EatWhatYouKill@4fa8bebb/SelectorProducer@38ef1a0a/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@374ccb9{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@14b8a751{s=0/1,p=1}][pc=0,pic=0,pec=4,epc=7331]@2021-10-13T06:50:02.894048Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@39b50ab7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@31228528[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=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-10-13 06:50:02 894 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@14b8a751{s=0/1,p=1}@3071effb task=EatWhatYouKill@4fa8bebb/SelectorProducer@38ef1a0a/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@374ccb9{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@14b8a751{s=1/1,p=0}][pc=0,pic=0,pec=4,epc=7331]@2021-10-13T06:50:02.894201Z 2021-10-13 06:50:02 894 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-23] invocationID:{InvocationID} - EatWhatYouKill@4fa8bebb/SelectorProducer@38ef1a0a/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@374ccb9{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@14b8a751{s=1/1,p=0}][pc=0,pic=0,pec=4,epc=7332]@2021-10-13T06:50:02.894297Z tryProduce true 2021-10-13 06:50:02 894 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updateable 0 2021-10-13 06:50:02 894 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - fillable FillInterest@476e65f6{SSLC.NBReadCB@39b50ab7{SslConnection@39b50ab7::SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@39b50ab7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@31228528[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-10-13 06:50:02 894 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updates 0 2021-10-13 06:50:02 894 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - >c.onFillable SslConnection@39b50ab7::SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@39b50ab7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@31228528[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:02 894 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - onFillable SslConnection@39b50ab7::SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@39b50ab7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@31228528[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:02 894 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@39b50ab7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@31228528[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:02 894 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 waiting with 1 keys 2021-10-13 06:50:02 894 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - fillable FillInterest@15ff1539{AC.ReadCB@31228528{HttpConnection@31228528::DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=FI,flush=-,to=2/30000}}} 2021-10-13 06:50:02 894 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - HttpConnection@31228528::DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-10-13 06:50:02 894 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - >fill SslConnection@39b50ab7::SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@39b50ab7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@31228528[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:02 894 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-10-13 06:50:02 894 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - filled 261 HeapByteBuffer@16ce246b[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\x94\xDe\xFc\xA8\x08 \x8e\x98\x92\x16%\xB1\x99\xF4...\xEd\x1d\x1e\x8bj\xA9(Y\xA0\r\x8c\xAa&\x8a\x1e\xBa\x08;\x99 \x02)(>>>\x12\xB3\xFb\x18-\xA6\xBfK9...\x00\x00\x00\x00\x00\x00\x00} 2021-10-13 06:50:02 894 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net filled=261 2021-10-13 06:50:02 894 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill starting handshake SslConnection@39b50ab7::SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@39b50ab7{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@31228528[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:02 895 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - unwrap net_filled=261 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 261 bytesProduced = 0 encryptedBuffer=[p=261,l=261,c=17408,r=0] unwrapBuffer=HeapByteBuffer@46eaeaa2[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xBf\x93m\x0b...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@46eaeaa2[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xBf\x93m\x0b...\x00\x00\x00\x00\x00\x00\x00} 2021-10-13 06:50:02 895 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NEED_TASK 2021-10-13 06:50:02 895 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NEED_WRAP 2021-10-13 06:50:02 896 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - >flush SslConnection@39b50ab7::SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@39b50ab7{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@31228528[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:02 896 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@4cb53dda[p=0,l=0,c=0,r=0]={<<<>>>} 2021-10-13 06:50:02 896 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - flush NEED_WRAP 2021-10-13 06:50:02 896 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false 2021-10-13 06:50:02 896 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@39b50ab7{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@31228528[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:02 896 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net flushed=true, ac=true 2021-10-13 06:50:02 896 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - SslConnection@39b50ab7{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@31228528[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:02 896 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-10-13 06:50:02 896 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - filled 6 HeapByteBuffer@16ce246b[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x03\x94\xDe\xFc\xA8...\x00\x00\x00\x00\x00\x00\x00} 2021-10-13 06:50:02 896 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net filled=6 2021-10-13 06:50:02 896 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - unwrap net_filled=6 Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 6 bytesProduced = 0 encryptedBuffer=[p=6,l=6,c=17408,r=0] unwrapBuffer=HeapByteBuffer@46eaeaa2[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xBf\x93m\x0b...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@46eaeaa2[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xBf\x93m\x0b...\x00\x00\x00\x00\x00\x00\x00} 2021-10-13 06:50:02 896 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-10-13 06:50:02 896 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - filled 0 HeapByteBuffer@16ce246b[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-10-13 06:50:02 896 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net filled=0 2021-10-13 06:50:02 896 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@46eaeaa2[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xBf\x93m\x0b...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@46eaeaa2[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xBf\x93m\x0b...\x00\x00\x00\x00\x00\x00\x00} 2021-10-13 06:50:02 896 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - SslConnection@39b50ab7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@31228528[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:02 896 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - >fill SslConnection@39b50ab7::SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@39b50ab7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@31228528[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:02 896 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-10-13 06:50:02 896 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - filled 367 HeapByteBuffer@16ce246b[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\x94\xDe\xFc\xA8\x08 \x8e\x98\x92\x16%\xB1\x99\xF4...\x15e={\x83\xB5\xD3\xB0\xAb\x9b|o\xAa\xEa\xCf\x7fVtVj\xC3/\x00>>>*\xCc9\x08lIb\xA1\xEd...\x00\x00\x00\x00\x00\x00\x00} 2021-10-13 06:50:02 896 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net filled=367 2021-10-13 06:50:02 896 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - unwrap net_filled=367 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 367 bytesProduced = 0 encryptedBuffer=[p=367,l=367,c=17408,r=0] unwrapBuffer=HeapByteBuffer@46eaeaa2[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xBf\x93m\x0b...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@46eaeaa2[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xBf\x93m\x0b...\x00\x00\x00\x00\x00\x00\x00} 2021-10-13 06:50:02 896 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NEED_TASK 2021-10-13 06:50:02 904 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-21] invocationID:{InvocationID} - Chose alias holmes-rule-mgmt@holmes-rule-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@5a9e62e8 2021-10-13 06:50:02 907 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NEED_WRAP 2021-10-13 06:50:02 907 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - >flush SslConnection@39b50ab7::SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=10/30000}{io=0/0,kio=0,kro=1}->SslConnection@39b50ab7{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@31228528[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:02 907 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@4cb53dda[p=0,l=0,c=0,r=0]={<<<>>>} 2021-10-13 06:50:02 907 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - flush NEED_WRAP 2021-10-13 06:50:02 908 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false 2021-10-13 06:50:02 908 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=11/30000}{io=0/0,kio=0,kro=1}->SslConnection@39b50ab7{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@31228528[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:02 908 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net flushed=true, ac=true 2021-10-13 06:50:02 908 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - flush NEED_WRAP 2021-10-13 06:50:02 908 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false 2021-10-13 06:50:02 908 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@39b50ab7{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@31228528[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:02 908 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net flushed=true, ac=true 2021-10-13 06:50:02 908 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - flush NEED_WRAP 2021-10-13 06:50:02 908 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] 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-10-13 06:50:02 908 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - flushed 2687 SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@39b50ab7{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@31228528[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:02 908 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net flushed=true, ac=true 2021-10-13 06:50:02 908 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - SslConnection@39b50ab7{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@31228528[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:02 908 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-10-13 06:50:02 908 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - filled 0 HeapByteBuffer@16ce246b[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00} 2021-10-13 06:50:02 908 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net filled=0 2021-10-13 06:50:02 908 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@46eaeaa2[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xBf\x93m\x0b...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@46eaeaa2[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xBf\x93m\x0b...\x00\x00\x00\x00\x00\x00\x00} 2021-10-13 06:50:02 908 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - SslConnection@39b50ab7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@31228528[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:02 908 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - HttpConnection@31228528::DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=16/30000} filled 0 HeapByteBuffer@46eaeaa2[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xBf\x93m\x0b...\x00\x00\x00\x00\x00\x00\x00} 2021-10-13 06:50:02 909 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - HttpConnection@31228528::DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=16/30000} parse HeapByteBuffer@46eaeaa2[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xBf\x93m\x0b...\x00\x00\x00\x00\x00\x00\x00} {} 2021-10-13 06:50:02 909 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@46eaeaa2[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xBf\x93m\x0b...\x00\x00\x00\x00\x00\x00\x00} 2021-10-13 06:50:02 909 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - HttpConnection@31228528::DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=16/30000} parsed false HttpParser{s=START,0 of -1} 2021-10-13 06:50:02 909 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@31228528::DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=16/30000} 2021-10-13 06:50:02 909 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-21] invocationID:{InvocationID} - fillInterested HttpConnection@31228528::DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=16/30000} 2021-10-13 06:50:02 909 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - interested FillInterest@15ff1539{AC.ReadCB@31228528{HttpConnection@31228528::DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-10-13 06:50:02 909 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@39b50ab7::SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@39b50ab7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@31228528[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:02 909 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - SslConnection@39b50ab7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@31228528[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:02 909 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - interested FillInterest@476e65f6{SSLC.NBReadCB@39b50ab7{SslConnection@39b50ab7::SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@39b50ab7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@31228528[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-10-13 06:50:02 909 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@39b50ab7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@31228528[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:02 909 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$505/0x0000000100628840@569f3f1e on ManagedSelector@6fbe4800{STARTED} id=0 keys=1 selected=0 updates=0 2021-10-13 06:50:02 909 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6fbe4800{STARTED} id=0 keys=1 selected=0 updates=1 2021-10-13 06:50:02 909 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - HttpConnection@31228528::DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-10-13 06:50:02 909 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 woken with none selected 2021-10-13 06:50:02 909 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 woken up from select, 0/0/1 selected 2021-10-13 06:50:02 909 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - SslConnection@39b50ab7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@31228528[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:02 909 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 processing 0 keys, 1 updates 2021-10-13 06:50:02 909 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updateable 1 2021-10-13 06:50:02 909 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$505/0x0000000100628840@569f3f1e 2021-10-13 06:50:02 909 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@14b8a751{s=1/1,p=0}@5608d408 size 1 > capacity 2021-10-13 06:50:02 909 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - ran ReservedThreadExecutor@14b8a751{s=1/1,p=0}@5608d408 in InstrumentedQueuedThreadPool[dw]@374ccb9{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@14b8a751{s=1/1,p=0}] 2021-10-13 06:50:02 909 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@39b50ab7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@31228528[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:02 909 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updates 0 2021-10-13 06:50:02 909 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 waiting with 1 keys 2021-10-13 06:50:02 910 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 woken up from select, 1/1/1 selected 2021-10-13 06:50:02 910 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 processing 1 keys, 0 updates 2021-10-13 06:50:02 910 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.70.68:9101 remote=/10.233.70.39:47710], selector=sun.nio.ch.EPollSelectorImpl@1db546f1, interestOps=1, readyOps=1 SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@39b50ab7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@31228528[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:02 910 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@39b50ab7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@31228528[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:02 910 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@39b50ab7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@31228528[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=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-10-13 06:50:02 910 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@14b8a751{s=1/1,p=0} tryExecute EatWhatYouKill@4fa8bebb/SelectorProducer@38ef1a0a/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@374ccb9{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@14b8a751{s=1/1,p=0}][pc=0,pic=0,pec=4,epc=7332]@2021-10-13T06:50:02.910472Z 2021-10-13 06:50:02 910 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@14b8a751{s=0/1,p=0}@58d5d36b offer EatWhatYouKill@4fa8bebb/SelectorProducer@38ef1a0a/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@374ccb9{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@14b8a751{s=0/1,p=0}][pc=0,pic=0,pec=4,epc=7332]@2021-10-13T06:50:02.910525Z 2021-10-13 06:50:02 910 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@14b8a751{s=0/1,p=1} startReservedThread p=1 2021-10-13 06:50:02 910 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - queue ReservedThreadExecutor@14b8a751{s=0/1,p=1}@6d22feab startThread=0 2021-10-13 06:50:02 910 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run ReservedThreadExecutor@14b8a751{s=0/1,p=1}@6d22feab in InstrumentedQueuedThreadPool[dw]@374ccb9{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@14b8a751{s=0/1,p=1}] 2021-10-13 06:50:02 910 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-23] invocationID:{InvocationID} - EatWhatYouKill@4fa8bebb/SelectorProducer@38ef1a0a/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@374ccb9{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@14b8a751{s=0/1,p=1}][pc=0,pic=0,pec=4,epc=7332]@2021-10-13T06:50:02.910593Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@39b50ab7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@31228528[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=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-10-13 06:50:02 910 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@14b8a751{s=1/1,p=1}@6d22feab started 2021-10-13 06:50:02 910 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@14b8a751{s=1/1,p=0}@6d22feab waiting 2021-10-13 06:50:02 910 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@14b8a751{s=0/1,p=1}@58d5d36b task=EatWhatYouKill@4fa8bebb/SelectorProducer@38ef1a0a/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@374ccb9{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@14b8a751{s=0/1,p=1}][pc=0,pic=0,pec=4,epc=7332]@2021-10-13T06:50:02.910639Z 2021-10-13 06:50:02 910 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-28] invocationID:{InvocationID} - EatWhatYouKill@4fa8bebb/SelectorProducer@38ef1a0a/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@374ccb9{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@14b8a751{s=1/1,p=0}][pc=0,pic=0,pec=4,epc=7333]@2021-10-13T06:50:02.910729Z tryProduce true 2021-10-13 06:50:02 910 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - fillable FillInterest@476e65f6{SSLC.NBReadCB@39b50ab7{SslConnection@39b50ab7::SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@39b50ab7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@31228528[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-10-13 06:50:02 910 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 0 2021-10-13 06:50:02 910 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0 2021-10-13 06:50:02 910 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >c.onFillable SslConnection@39b50ab7::SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@39b50ab7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@31228528[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:02 910 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@39b50ab7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@31228528[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:02 910 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - onFillable SslConnection@39b50ab7::SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@39b50ab7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@31228528[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:02 910 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 waiting with 1 keys 2021-10-13 06:50:02 910 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - fillable FillInterest@15ff1539{AC.ReadCB@31228528{HttpConnection@31228528::DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=FI,flush=-,to=1/30000}}} 2021-10-13 06:50:02 910 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@31228528::DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-10-13 06:50:02 911 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >fill SslConnection@39b50ab7::SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@39b50ab7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@31228528[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:02 911 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-10-13 06:50:02 911 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - filled 229 HeapByteBuffer@16ce246b[p=0,l=229,c=17408,r=229]={<<<\x17\x03\x03\x005w\x96|\x91\x8a\x1c\xEe1\xA9\xF6XA'\x0e>c\x85\xEdoK...t\x8a\xFc3\xD7\xE9\xC6\xB3\x83b\xE1\x0b\x16\xA49\xA4\x93o\x91\x1d\xF0\xCf\x1a>>>w\xCa\xF4\xD8\x95\x05P\xB4;...\x00\x00\x00\x00\x00\x00\x00} 2021-10-13 06:50:02 911 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - net filled=229 2021-10-13 06:50:02 911 DEBUG [jdk.event.security][dw-23] invocationID:{InvocationID} - TLSHandshake: 10.233.70.39:47710, TLSv1.3, TLS_AES_128_GCM_SHA256, 0 2021-10-13 06:50:02 911 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - unwrap net_filled=229 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=229,c=17408,r=171] unwrapBuffer=HeapByteBuffer@46eaeaa2[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xBf\x93m\x0b...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@46eaeaa2[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xBf\x93m\x0b...\x00\x00\x00\x00\x00\x00\x00} 2021-10-13 06:50:02 911 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - handshake succeeded SslConnection@39b50ab7::SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@39b50ab7{NOT_HANDSHAKING,eio=171/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@31228528[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=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-10-13 06:50:02 911 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-10-13 06:50:02 911 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - filled 0 HeapByteBuffer@16ce246b[p=58,l=229,c=17408,r=171]={\x17\x03\x03\x005\x14\x00\x00 ...\x03\xFb\x15\xDdx\xBd\xFf<<<\x17\x03\x03\x00\xA6\xC1\x82@$\xDb\xFd}\x99p\x19\x7f\xC4\x03>\x96\x1dR\xF4\xDa&...t\x8a\xFc3\xD7\xE9\xC6\xB3\x83b\xE1\x0b\x16\xA49\xA4\x93o\x91\x1d\xF0\xCf\x1a>>>w\xCa\xF4\xD8\x95\x05P\xB4;...\x00\x00\x00\x00\x00\x00\x00} 2021-10-13 06:50:02 911 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - net filled=0 2021-10-13 06:50:02 911 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 171 bytesProduced = 149 encryptedBuffer=[p=229,l=229,c=17408,r=0] unwrapBuffer=HeapByteBuffer@46eaeaa2[p=0,l=149,c=17408,r=149]={<< >>:\x06\x1ad\xCb\x17\x9d\xAct...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@46eaeaa2[p=0,l=149,c=17408,r=149]={<< >>:\x06\x1ad\xCb\x17\x9d\xAct...\x00\x00\x00\x00\x00\x00\x00} 2021-10-13 06:50:02 912 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - SslConnection@39b50ab7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@31228528[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:02 912 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@31228528::DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=2/30000} filled 149 HeapByteBuffer@46eaeaa2[p=0,l=149,c=17408,r=149]={<< >>:\x06\x1ad\xCb\x17\x9d\xAct...\x00\x00\x00\x00\x00\x00\x00} 2021-10-13 06:50:02 912 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@31228528::DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=2/30000} parse HeapByteBuffer@46eaeaa2[p=0,l=149,c=17408,r=149]={<< >>:\x06\x1ad\xCb\x17\x9d\xAct...\x00\x00\x00\x00\x00\x00\x00} {} 2021-10-13 06:50:02 912 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@46eaeaa2[p=0,l=149,c=17408,r=149]={<< >>:\x06\x1ad\xCb\x17\x9d\xAct...\x00\x00\x00\x00\x00\x00\x00} 2021-10-13 06:50:02 912 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - START --> SPACE1 2021-10-13 06:50:02 912 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - SPACE1 --> URI 2021-10-13 06:50:02 912 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - URI --> SPACE2 2021-10-13 06:50:02 912 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION 2021-10-13 06:50:02 912 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER 2021-10-13 06:50:02 912 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:Host --> VALUE 2021-10-13 06:50:02 912 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE 2021-10-13 06:50:02 912 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:Host --> FIELD 2021-10-13 06:50:02 912 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE 2021-10-13 06:50:02 912 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE 2021-10-13 06:50:02 912 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD 2021-10-13 06:50:02 912 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE 2021-10-13 06:50:02 912 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD 2021-10-13 06:50:02 912 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE 2021-10-13 06:50:02 912 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD 2021-10-13 06:50:02 912 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - HEADER --> CONTENT 2021-10-13 06:50:02 912 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23] invocationID:{InvocationID} - REQUEST for //10.233.70.68:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{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.68:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} GET //10.233.70.68:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1 Host: 10.233.70.68:9101 User-Agent: kube-probe/1.19 Accept-Encoding: gzip Connection: close 2021-10-13 06:50:02 912 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@31228528::DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=3/30000} parsed true HttpParser{s=CONTENT,0 of -1} 2021-10-13 06:50:02 912 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@31228528::DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=3/30000} 2021-10-13 06:50:02 912 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23] invocationID:{InvocationID} - handle //10.233.70.68:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{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.68:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-10-13 06:50:02 912 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-23] invocationID:{InvocationID} - handling HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-10-13 06:50:02 912 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{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.68:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-10-13 06:50:02 912 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-23] invocationID:{InvocationID} - Host 10.233.70.68 with SNI null 2021-10-13 06:50:02 912 DEBUG [org.eclipse.jetty.server.Server][dw-23] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{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.68:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-10-13 06:50:02 912 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-23] invocationID:{InvocationID} - GzipHandler@4f213a2{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.70.68:9101/api/holmes-rule-mgmt/v1/healthcheck)@59f55893 in null 2021-10-13 06:50:02 912 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-23] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@fb6097b{/,null,AVAILABLE} 2021-10-13 06:50:02 912 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-23] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@fb6097b{/,null,AVAILABLE} 2021-10-13 06:50:02 912 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-23] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-71c0b742@7084e7b8==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-10-13 06:50:02 912 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-23] invocationID:{InvocationID} - chain=customFilter@3344d163==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-4faf1f4@4faf1f4==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-5866731@5866731==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-71c0b742@7084e7b8==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-10-13 06:50:02 912 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-23] invocationID:{InvocationID} - call filter customFilter@3344d163==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true 2021-10-13 06:50:02 912 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-23] invocationID:{InvocationID} - Entering. 2021-10-13 06:50:02 912 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-23] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation. 2021-10-13 06:50:02 912 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-23] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 4878a3e0-71b1-4695-8907-1da18d380f40 2021-10-13 06:50:02 912 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-23] invocationID:{InvocationID} - Invoking synchronously ... 2021-10-13 06:50:02 912 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-23] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-4faf1f4@4faf1f4==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true 2021-10-13 06:50:02 912 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-23] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-5866731@5866731==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true 2021-10-13 06:50:02 912 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-71c0b742@7084e7b8==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-10-13 06:50:02 913 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@4f213a2{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.70.68:9101/api/holmes-rule-mgmt/v1/healthcheck)@59f55893 2021-10-13 06:50:02 913 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@2a95c736 exclude no deflater 2021-10-13 06:50:02 913 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@6f59839c[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@15f4ff7a{null} 2021-10-13 06:50:02 913 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{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.68:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1} 200 OK HTTP/1.1 Connection: close Date: Wed, 13 Oct 2021 06:50:02 GMT X-TransactionID: 4878a3e0-71b1-4695-8907-1da18d380f40 X-InvocationID: 4f40701c-273b-4cb9-aaf0-013bc1434a4b Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2021-10-13 06:50:02 913 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@66b60c97[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@629edb00] (null,[p=0,l=4,c=8192,r=4],true)@START 2021-10-13 06:50:02 913 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@6f59839c[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-10-13 06:50:02 913 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close Date: Wed, 13 Oct 2021 06:50:02 GMT X-TransactionID: 4878a3e0-71b1-4695-8907-1da18d380f40 X-InvocationID: 4f40701c-273b-4cb9-aaf0-013bc1434a4b Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2021-10-13 06:50:02 913 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT 2021-10-13 06:50:02 913 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@66b60c97[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@629edb00] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING 2021-10-13 06:50:02 913 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@4178e1ac{IDLE}->null [HeapByteBuffer@1802330f[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@6f59839c[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-10-13 06:50:02 913 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@4178e1ac{WRITING}->null:IDLE-->WRITING 2021-10-13 06:50:02 913 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@39b50ab7::SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@39b50ab7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=W,to=4/30000}=>HttpConnection@31228528[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3051ddde{s=COMPLETING}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{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.68:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1} 2021-10-13 06:50:02 913 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@1802330f[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-10-13 06:50:02 913 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@6f59839c[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-10-13 06:50:02 913 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING 2021-10-13 06:50:02 913 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - 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-10-13 06:50:02 913 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@39b50ab7{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=W,to=4/30000}=>HttpConnection@31228528[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3051ddde{s=COMPLETING}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{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.68:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1} 2021-10-13 06:50:02 913 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2021-10-13 06:50:02 913 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@39b50ab7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=W,to=4/30000}=>HttpConnection@31228528[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3051ddde{s=COMPLETING}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{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.68:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1} 2021-10-13 06:50:02 913 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@4178e1ac{WRITING}->null 2021-10-13 06:50:02 913 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@4178e1ac{IDLE}->null:WRITING-->IDLE 2021-10-13 06:50:02 914 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@66b60c97[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@629edb00] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2021-10-13 06:50:02 914 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@66b60c97[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@629edb00] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2021-10-13 06:50:02 914 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=4/30000} 2021-10-13 06:50:02 914 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@39b50ab7::SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@39b50ab7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OSHUTTING,fill=-,flush=-,to=4/30000}=>HttpConnection@31228528[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3051ddde{s=END}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{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.68:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} oshut=false, ishut=false 2021-10-13 06:50:02 914 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@39b50ab7::SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@39b50ab7{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OSHUTTING,fill=-,flush=-,to=4/30000}=>HttpConnection@31228528[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3051ddde{s=END}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{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.68:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} 2021-10-13 06:50:02 914 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@4cb53dda[p=0,l=0,c=0,r=0]={<<<>>>} 2021-10-13 06:50:02 914 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP 2021-10-13 06:50:02 914 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - 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-10-13 06:50:02 914 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@39b50ab7{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@31228528[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3051ddde{s=END}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{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.68:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} 2021-10-13 06:50:02 914 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2021-10-13 06:50:02 914 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@39b50ab7{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@31228528[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3051ddde{s=END}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{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.68:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} 2021-10-13 06:50:02 914 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@39b50ab7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@31228528[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3051ddde{s=END}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{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.68:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} 2021-10-13 06:50:02 914 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@39b50ab7::SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@39b50ab7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@31228528[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3051ddde{s=END}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{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.68:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} 2021-10-13 06:50:02 914 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@476e65f6{SSLC.NBReadCB@39b50ab7{SslConnection@39b50ab7::SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@39b50ab7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@31228528[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3051ddde{s=END}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{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.68:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2}}} 2021-10-13 06:50:02 914 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@39b50ab7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OSHUTTING,fill=-,flush=-,to=5/30000}=>HttpConnection@31228528[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3051ddde{s=END}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{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.68:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} 2021-10-13 06:50:02 914 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$505/0x0000000100628840@569f3f1e on ManagedSelector@6fbe4800{STARTED} id=0 keys=1 selected=0 updates=0 2021-10-13 06:50:02 914 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6fbe4800{STARTED} id=0 keys=1 selected=0 updates=1 2021-10-13 06:50:02 914 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 woken with none selected 10.233.70.39 - - [13/Oct/2021:06:50:02 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 3 2021-10-13 06:50:02 914 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 woken up from select, 0/0/1 selected 2021-10-13 06:50:02 914 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=51929c96-ed60-4812-a338-2cdb9cfc7e9f, referenceCounter=0, store size=0} on thread dw-23 - GET /api/holmes-rule-mgmt/v1/healthcheck 2021-10-13 06:50:02 914 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-23] invocationID:{InvocationID} - Exiting. 2021-10-13 06:50:02 914 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 processing 0 keys, 1 updates 2021-10-13 06:50:02 914 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 1 2021-10-13 06:50:02 914 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$505/0x0000000100628840@569f3f1e 2021-10-13 06:50:02 914 DEBUG [org.eclipse.jetty.server.Server][dw-23] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{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.68:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} 2021-10-13 06:50:02 914 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-23] invocationID:{InvocationID} - unhandle HttpChannelState@7c8b422d{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1} 2021-10-13 06:50:02 914 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-23] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@7c8b422d{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-10-13 06:50:02 915 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{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.68:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} 2021-10-13 06:50:02 915 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-23] invocationID:{InvocationID} - completed HttpChannelState@7c8b422d{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-10-13 06:50:02 915 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-23] invocationID:{InvocationID} - unhandle HttpChannelState@7c8b422d{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-10-13 06:50:02 915 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-23] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@7c8b422d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-10-13 06:50:02 915 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{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.68:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-10-13 06:50:02 915 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4 2021-10-13 06:50:02 915 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@39b50ab7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OSHUT,fill=-,flush=-,to=5/30000}=>HttpConnection@31228528[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3051ddde{s=END}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{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.68:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-10-13 06:50:02 915 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-23] invocationID:{InvocationID} - recycle HttpChannelState@7c8b422d{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-10-13 06:50:02 915 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1} 2021-10-13 06:50:02 915 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - CONTENT --> CLOSE 2021-10-13 06:50:02 915 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0 2021-10-13 06:50:02 915 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:02 915 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 waiting with 1 keys 2021-10-13 06:50:02 915 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >fill SslConnection@39b50ab7::SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@39b50ab7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@31228528[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:02 915 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 woken up from select, 1/1/1 selected 2021-10-13 06:50:02 915 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-10-13 06:50:02 915 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - filled 24 HeapByteBuffer@16ce246b[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\xFc$\x8a\x94\x83+\x01T\x1f\xD5\xAeymu_\xC6\xC9\x08\xBd>>>&\xBdyI\xCd{g,\x91...\x00\x00\x00\x00\x00\x00\x00} 2021-10-13 06:50:02 915 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - net filled=24 2021-10-13 06:50:02 915 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 processing 1 keys, 0 updates 2021-10-13 06:50:02 915 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] 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@46eaeaa2[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC4)p\x88...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@46eaeaa2[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC4)p\x88...\x00\x00\x00\x00\x00\x00\x00} 2021-10-13 06:50:02 915 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - SslConnection@39b50ab7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@31228528[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:02 915 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1} 2021-10-13 06:50:02 915 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@31228528::DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OSHUT,fill=-,flush=-,to=6/30000} filled -1 HeapByteBuffer@46eaeaa2[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC4)p\x88...\x00\x00\x00\x00\x00\x00\x00} 2021-10-13 06:50:02 915 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OSHUT,fill=-,flush=-,to=6/30000} 2021-10-13 06:50:02 915 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close(null) DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OSHUT,fill=-,flush=-,to=6/30000} 2021-10-13 06:50:02 915 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.70.68:9101 remote=/10.233.70.39:47710], selector=sun.nio.ch.EPollSelectorImpl@1db546f1, interestOps=1, readyOps=1 SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@39b50ab7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@31228528[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:02 915 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - shutdownOutput: SslConnection@39b50ab7::SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@39b50ab7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@31228528[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=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-10-13 06:50:02 915 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@39b50ab7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@31228528[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:02 915 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - ensureFillInterested SslConnection@39b50ab7::SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@39b50ab7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@31228528[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:02 915 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@39b50ab7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@31228528[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=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-10-13 06:50:02 915 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@39b50ab7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@31228528[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:02 915 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@39b50ab7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@31228528[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:02 915 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@14b8a751{s=1/1,p=0} tryExecute EatWhatYouKill@4fa8bebb/SelectorProducer@38ef1a0a/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@374ccb9{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@14b8a751{s=1/1,p=0}][pc=0,pic=0,pec=4,epc=7333]@2021-10-13T06:50:02.915884Z 2021-10-13 06:50:02 915 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - doClose SocketChannelEndPoint@7cc305d3{l=/10.233.70.68:9101,r=/10.233.70.39:47710,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@39b50ab7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18823df2{l=/10.233.70.68:9101,r=/10.233.70.39:47710,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@31228528[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:02 915 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@14b8a751{s=0/1,p=0}@6d22feab offer EatWhatYouKill@4fa8bebb/SelectorProducer@38ef1a0a/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@374ccb9{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@14b8a751{s=0/1,p=0}][pc=0,pic=0,pec=4,epc=7333]@2021-10-13T06:50:02.915971Z 2021-10-13 06:50:02 916 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@14b8a751{s=0/1,p=1} startReservedThread p=1 2021-10-13 06:50:02 916 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - queue ReservedThreadExecutor@14b8a751{s=0/1,p=1}@374ce905 startThread=0 2021-10-13 06:50:02 916 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - onClose FillInterest@476e65f6{SSLC.NBReadCB@39b50ab7{SslConnection@39b50ab7::SocketChannelEndPoint@7cc305d3{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@39b50ab7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18823df2{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@31228528[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2021-10-13 06:50:02 916 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - run ReservedThreadExecutor@14b8a751{s=0/1,p=1}@374ce905 in InstrumentedQueuedThreadPool[dw]@374ccb9{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@14b8a751{s=0/1,p=1}] 2021-10-13 06:50:02 916 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@14b8a751{s=0/1,p=1}@6d22feab task=EatWhatYouKill@4fa8bebb/SelectorProducer@38ef1a0a/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@374ccb9{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@14b8a751{s=0/1,p=1}][pc=0,pic=0,pec=4,epc=7333]@2021-10-13T06:50:02.916184Z 2021-10-13 06:50:02 916 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - onFillableFail SslConnection@39b50ab7::SocketChannelEndPoint@7cc305d3{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@39b50ab7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18823df2{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=6/30000}=>HttpConnection@31228528[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:02 916 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@14b8a751{s=1/1,p=1}@374ce905 started 2021-10-13 06:50:02 916 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@4fa8bebb/SelectorProducer@38ef1a0a/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@374ccb9{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@14b8a751{s=1/1,p=1}][pc=0,pic=0,pec=4,epc=7333]@2021-10-13T06:50:02.916228Z tryProduce true 2021-10-13 06:50:02 916 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 0 2021-10-13 06:50:02 916 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0 2021-10-13 06:50:02 916 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@14b8a751{s=1/1,p=0}@374ce905 waiting 2021-10-13 06:50:02 916 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - onFail FillInterest@15ff1539{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-10-13 06:50:02 916 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Wakeup ManagedSelector@6fbe4800{STARTED} id=0 keys=1 selected=1 updates=0 2021-10-13 06:50:02 916 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@73c5c9d6 startThread=0 2021-10-13 06:50:02 916 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - onClose FillInterest@15ff1539{null} 2021-10-13 06:50:02 916 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@31228528::DecryptedEndPoint@18823df2{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=7/30000} parse HeapByteBuffer@46eaeaa2[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC4)p\x88...\x00\x00\x00\x00\x00\x00\x00} {} 2021-10-13 06:50:02 916 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@46eaeaa2[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC4)p\x88...\x00\x00\x00\x00\x00\x00\x00} 2021-10-13 06:50:02 916 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - CLOSE --> CLOSED 2021-10-13 06:50:02 916 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@31228528::DecryptedEndPoint@18823df2{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=7/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-10-13 06:50:02 916 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@73c5c9d6 in InstrumentedQueuedThreadPool[dw]@374ccb9{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@14b8a751{s=1/1,p=0}] 2021-10-13 06:50:02 916 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Ignoring key update for cancelled key SocketChannelEndPoint@7cc305d3{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@39b50ab7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18823df2{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@31228528[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:02 916 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@31228528::DecryptedEndPoint@18823df2{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=7/30000} 2021-10-13 06:50:02 916 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@18823df2{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=7/30000} 2021-10-13 06:50:02 916 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-28] invocationID:{InvocationID} - EatWhatYouKill@4fa8bebb/SelectorProducer@38ef1a0a/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@374ccb9{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@14b8a751{s=0/1,p=1}][pc=0,pic=0,pec=4,epc=7333]@2021-10-13T06:50:02.916134Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@7cc305d3{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@39b50ab7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18823df2{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@31228528[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=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-10-13 06:50:02 916 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - fillable FillInterest@476e65f6{null} 2021-10-13 06:50:02 916 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@31228528::DecryptedEndPoint@18823df2{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=7/30000} onFillable exit HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-10-13 06:50:02 916 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - FillInterest@476e65f6{null} lost race null 2021-10-13 06:50:02 916 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@7cc305d3{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@39b50ab7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18823df2{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@31228528[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:02 916 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@14b8a751{s=1/1,p=0}@58d5d36b size 1 > capacity 2021-10-13 06:50:02 916 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close SocketChannelEndPoint@7cc305d3{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@39b50ab7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18823df2{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@31228528[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:02 916 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - onClose HttpConnection@31228528::DecryptedEndPoint@18823df2{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=7/30000} 2021-10-13 06:50:02 916 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - SslConnection@39b50ab7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18823df2{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@31228528[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:02 916 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@14b8a751{s=1/1,p=0}@3071effb size 1 > capacity 2021-10-13 06:50:02 916 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran ReservedThreadExecutor@14b8a751{s=1/1,p=0}@58d5d36b in InstrumentedQueuedThreadPool[dw]@374ccb9{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@14b8a751{s=1/1,p=0}] 2021-10-13 06:50:02 916 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - ran ReservedThreadExecutor@14b8a751{s=1/1,p=0}@3071effb in InstrumentedQueuedThreadPool[dw]@374ccb9{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@14b8a751{s=1/1,p=0}] 2021-10-13 06:50:02 916 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@7cc305d3{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@39b50ab7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18823df2{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@31228528[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:02 916 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 waiting with 1 keys 2021-10-13 06:50:02 916 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - onClose SslConnection@39b50ab7::SocketChannelEndPoint@7cc305d3{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@39b50ab7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@18823df2{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@31228528[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@3051ddde{s=START}]=>HttpChannelOverHttp@5f7e2f62{s=HttpChannelState@7c8b422d{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:02 916 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 woken with none selected 2021-10-13 06:50:02 916 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 woken up from select, 0/0/0 selected 2021-10-13 06:50:02 916 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 processing 0 keys, 0 updates 2021-10-13 06:50:02 916 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 0 2021-10-13 06:50:02 916 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0 2021-10-13 06:50:02 916 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 waiting with 0 keys 2021-10-13 06:50:02 916 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@73c5c9d6 in InstrumentedQueuedThreadPool[dw]@374ccb9{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@14b8a751{s=1/1,p=0}] 2021-10-13 06:50:08 232 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@28c638b2] obtained in 0 millis 2021-10-13 06:50:08 232 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@4cd8d8ac, maxRows=0, fetchSize=0, flags=16 2021-10-13 06:50:08 233 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Bind(stmt=S_1,portal=null) 2021-10-13 06:50:08 233 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Execute(portal=null,limit=0) 2021-10-13 06:50:08 233 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Sync 2021-10-13 06:50:08 234 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE BindComplete [unnamed] 2021-10-13 06:50:08 234 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE DataRow(len=51) 2021-10-13 06:50:08 234 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE CommandStatus(SELECT 1) 2021-10-13 06:50:08 234 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE ReadyForQuery(I) 2021-10-13 06:50:08 234 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - statement:[/* EngineEntityDao.getAllEntities */ SELECT * FROM ENGINE_ENTITY] took 1 millis 2021-10-13 06:50:08 234 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 2 2021-10-13 06:50:08 234 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getInt columnIndex: 3 2021-10-13 06:50:08 234 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getLong columnIndex: 4 2021-10-13 06:50:08 235 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@28c638b2] released 2021-10-13 06:50:08 235 INFO [org.onap.holmes.rulemgt.RuleAllocator][RuleAllocatorTimer] invocationID:{InvocationID} - There are 1 engine instance(s) running currently. 2021-10-13 06:50:08 235 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@45825d3b] obtained in 0 millis 2021-10-13 06:50:08 235 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@4cad70f, maxRows=0, fetchSize=0, flags=16 2021-10-13 06:50:08 235 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Bind(stmt=S_2,portal=null) 2021-10-13 06:50:08 235 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Execute(portal=null,limit=0) 2021-10-13 06:50:08 235 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Sync 2021-10-13 06:50:08 236 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE BindComplete [unnamed] 2021-10-13 06:50:08 236 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE DataRow(len=18) 2021-10-13 06:50:08 236 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE CommandStatus(SELECT 1) 2021-10-13 06:50:08 236 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE ReadyForQuery(I) 2021-10-13 06:50:08 236 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - statement:[/* EngineEntityDao.getLegacyEngines */ SELECT DISTINCT(ENGINEINSTANCE) FROM APLUS_RULE] took 1 millis 2021-10-13 06:50:08 236 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 1 2021-10-13 06:50:08 236 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@45825d3b] released 2021-10-13 06:50:08 236 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@4898b203] obtained in 0 millis 2021-10-13 06:50:08 237 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@7f9ec3b4, maxRows=0, fetchSize=0, flags=16 2021-10-13 06:50:08 237 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Bind(stmt=S_4,portal=null,$1=<'holmes-engine-mgmt'>,type=VARCHAR) 2021-10-13 06:50:08 237 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Execute(portal=null,limit=0) 2021-10-13 06:50:08 237 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Sync 2021-10-13 06:50:08 238 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE BindComplete [unnamed] 2021-10-13 06:50:08 238 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE DataRow(len=3,966) 2021-10-13 06:50:08 238 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE CommandStatus(SELECT 1) 2021-10-13 06:50:08 238 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE ReadyForQuery(I) 2021-10-13 06:50:08 238 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - statement:[/* CorrelationRuleDao.queryRuleByEngineInstance */ SELECT * FROM APLUS_RULE WHERE engineinstance=?] took 1 millis 2021-10-13 06:50:08 238 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 2 2021-10-13 06:50:08 238 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 1 2021-10-13 06:50:08 238 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 4 2021-10-13 06:50:08 238 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getInt columnIndex: 5 2021-10-13 06:50:08 238 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getInt columnIndex: 6 2021-10-13 06:50:08 238 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 7 2021-10-13 06:50:08 238 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 8 2021-10-13 06:50:08 238 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 9 2021-10-13 06:50:08 238 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 11 2021-10-13 06:50:08 238 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getObject columnIndex: 13 2021-10-13 06:50:08 238 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 14 2021-10-13 06:50:08 238 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 15 2021-10-13 06:50:08 238 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 17 2021-10-13 06:50:08 238 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 3 2021-10-13 06:50:08 239 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 16 2021-10-13 06:50:08 239 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@4898b203] released 2021-10-13 06:50:12 890 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@3c9e19de-RuleActiveApp@54247647{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@524f4923[java.nio.channels.SocketChannel[connected local=/10.233.70.68:9101 remote=/10.233.70.39:47802]] on ManagedSelector@6fbe4800{STARTED} id=0 keys=0 selected=0 updates=0 2021-10-13 06:50:12 890 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@3c9e19de-RuleActiveApp@54247647{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6fbe4800{STARTED} id=0 keys=0 selected=0 updates=1 2021-10-13 06:50:12 891 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 woken with none selected 2021-10-13 06:50:12 891 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 woken up from select, 0/0/0 selected 2021-10-13 06:50:12 891 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 processing 0 keys, 1 updates 2021-10-13 06:50:12 891 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 1 2021-10-13 06:50:12 891 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update Accept@524f4923[java.nio.channels.SocketChannel[connected local=/10.233.70.68:9101 remote=/10.233.70.39:47802]] 2021-10-13 06:50:12 892 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue Accept@524f4923[java.nio.channels.SocketChannel[connected local=/10.233.70.68:9101 remote=/10.233.70.39:47802]] startThread=0 2021-10-13 06:50:12 892 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0 2021-10-13 06:50:12 892 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - run Accept@524f4923[java.nio.channels.SocketChannel[connected local=/10.233.70.68:9101 remote=/10.233.70.39:47802]] in InstrumentedQueuedThreadPool[dw]@374ccb9{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@14b8a751{s=1/1,p=0}] 2021-10-13 06:50:12 892 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 waiting with 1 keys 2021-10-13 06:50:12 892 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-27] invocationID:{InvocationID} - SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-10-13 06:50:12 892 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-27] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@5a531c9 2021-10-13 06:50:12 892 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - new HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{s=IDLE rs=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@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@1e180bb5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-10-13 06:50:12 892 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - New HTTP Connection HttpConnection@2f25aadb::DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=-,flush=-,to=0/30000} 2021-10-13 06:50:12 892 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$511/0x000000010062f440@1b6b8024 on ManagedSelector@6fbe4800{STARTED} id=0 keys=1 selected=0 updates=0 2021-10-13 06:50:12 892 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@45f0755f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51861ffe{s=START}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:12 892 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - onOpen SslConnection@45f0755f::SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@45f0755f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51861ffe{s=START}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:12 893 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - onOpen HttpConnection@2f25aadb::DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=-,flush=-,to=0/30000} 2021-10-13 06:50:12 893 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - fillInterested HttpConnection@2f25aadb::DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=-,flush=-,to=0/30000} 2021-10-13 06:50:12 893 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - interested FillInterest@53771467{AC.ReadCB@2f25aadb{HttpConnection@2f25aadb::DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-10-13 06:50:12 893 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@45f0755f::SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@45f0755f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51861ffe{s=START}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:12 893 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@45f0755f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51861ffe{s=START}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:12 893 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - interested FillInterest@14dac48d{SSLC.NBReadCB@45f0755f{SslConnection@45f0755f::SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@45f0755f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51861ffe{s=START}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-10-13 06:50:12 893 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@45f0755f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51861ffe{s=START}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:12 893 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$505/0x0000000100628840@524611c4 on ManagedSelector@6fbe4800{STARTED} id=0 keys=1 selected=0 updates=1 2021-10-13 06:50:12 893 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6fbe4800{STARTED} id=0 keys=1 selected=0 updates=2 2021-10-13 06:50:12 893 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 woken with none selected 2021-10-13 06:50:12 893 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 woken up from select, 0/0/1 selected 2021-10-13 06:50:12 893 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 processing 0 keys, 2 updates 2021-10-13 06:50:12 893 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 2 2021-10-13 06:50:12 893 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$511/0x000000010062f440@1b6b8024 2021-10-13 06:50:12 893 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$505/0x0000000100628840@524611c4 2021-10-13 06:50:12 893 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Created SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@45f0755f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51861ffe{s=START}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:12 893 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - ran Accept@524f4923[java.nio.channels.SocketChannel[connected local=/10.233.70.68:9101 remote=/10.233.70.39:47802]] in InstrumentedQueuedThreadPool[dw]@374ccb9{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@14b8a751{s=1/1,p=0}] 2021-10-13 06:50:12 894 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@45f0755f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51861ffe{s=START}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:12 894 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0 2021-10-13 06:50:12 894 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 waiting with 1 keys 2021-10-13 06:50:12 894 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 woken up from select, 1/1/1 selected 2021-10-13 06:50:12 894 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 processing 1 keys, 0 updates 2021-10-13 06:50:12 894 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.70.68:9101 remote=/10.233.70.39:47802], selector=sun.nio.ch.EPollSelectorImpl@1db546f1, interestOps=1, readyOps=1 SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@45f0755f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51861ffe{s=START}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:12 894 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@45f0755f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51861ffe{s=START}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:12 894 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@45f0755f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51861ffe{s=START}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{s=IDLE rs=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-10-13 06:50:12 894 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@14b8a751{s=1/1,p=0} tryExecute EatWhatYouKill@4fa8bebb/SelectorProducer@38ef1a0a/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@374ccb9{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@14b8a751{s=1/1,p=0}][pc=0,pic=0,pec=4,epc=7334]@2021-10-13T06:50:12.894496Z 2021-10-13 06:50:12 894 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@14b8a751{s=0/1,p=0}@374ce905 offer EatWhatYouKill@4fa8bebb/SelectorProducer@38ef1a0a/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@374ccb9{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@14b8a751{s=0/1,p=0}][pc=0,pic=0,pec=4,epc=7334]@2021-10-13T06:50:12.894571Z 2021-10-13 06:50:12 894 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@14b8a751{s=0/1,p=1} startReservedThread p=1 2021-10-13 06:50:12 894 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue ReservedThreadExecutor@14b8a751{s=0/1,p=1}@5cd08337 startThread=0 2021-10-13 06:50:12 894 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - run ReservedThreadExecutor@14b8a751{s=0/1,p=1}@5cd08337 in InstrumentedQueuedThreadPool[dw]@374ccb9{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@14b8a751{s=0/1,p=1}] 2021-10-13 06:50:12 894 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@14b8a751{s=0/1,p=1}@374ce905 task=EatWhatYouKill@4fa8bebb/SelectorProducer@38ef1a0a/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@374ccb9{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@14b8a751{s=0/1,p=1}][pc=0,pic=0,pec=4,epc=7334]@2021-10-13T06:50:12.894764Z 2021-10-13 06:50:12 894 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@4fa8bebb/SelectorProducer@38ef1a0a/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@374ccb9{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@14b8a751{s=0/1,p=1}][pc=0,pic=0,pec=4,epc=7334]@2021-10-13T06:50:12.894701Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@45f0755f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51861ffe{s=START}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{s=IDLE rs=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-10-13 06:50:12 894 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@14b8a751{s=1/1,p=1}@5cd08337 started 2021-10-13 06:50:12 894 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@14b8a751{s=1/1,p=0}@5cd08337 waiting 2021-10-13 06:50:12 894 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@4fa8bebb/SelectorProducer@38ef1a0a/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@374ccb9{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@14b8a751{s=1/1,p=1}][pc=0,pic=0,pec=4,epc=7335]@2021-10-13T06:50:12.89482Z tryProduce true 2021-10-13 06:50:12 894 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 0 2021-10-13 06:50:12 894 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0 2021-10-13 06:50:12 894 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@14dac48d{SSLC.NBReadCB@45f0755f{SslConnection@45f0755f::SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@45f0755f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51861ffe{s=START}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-10-13 06:50:12 894 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@45f0755f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51861ffe{s=START}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:12 894 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 waiting with 1 keys 2021-10-13 06:50:12 895 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >c.onFillable SslConnection@45f0755f::SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@45f0755f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51861ffe{s=START}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:12 895 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - onFillable SslConnection@45f0755f::SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@45f0755f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51861ffe{s=START}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:12 895 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@53771467{AC.ReadCB@2f25aadb{HttpConnection@2f25aadb::DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=FI,flush=-,to=2/30000}}} 2021-10-13 06:50:12 895 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@2f25aadb::DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@1e180bb5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-10-13 06:50:12 895 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >fill SslConnection@45f0755f::SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@45f0755f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51861ffe{s=START}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:12 895 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-10-13 06:50:12 896 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 261 HeapByteBuffer@16ce246b[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\x0b\xEb\xBbFQ\x14\xF7\xB8f[iC\xC9F...&\xFcwY+_\xF5X\xB3\xFe\x9e]\xE0\xCf\xEf\x11\xA1\xD3\x1b\xDa\xDb\xFd}>>>fH\xD0\x83|&P^\xDb...\x00\x00\x00\x00\x00\x00\x00} 2021-10-13 06:50:12 896 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=261 2021-10-13 06:50:12 896 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill starting handshake SslConnection@45f0755f::SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@45f0755f{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51861ffe{s=START}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:12 896 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=261 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 261 bytesProduced = 0 encryptedBuffer=[p=261,l=261,c=17408,r=0] unwrapBuffer=HeapByteBuffer@46eaeaa2[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC4)p\x88...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@46eaeaa2[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC4)p\x88...\x00\x00\x00\x00\x00\x00\x00} 2021-10-13 06:50:12 896 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_TASK 2021-10-13 06:50:12 897 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_WRAP 2021-10-13 06:50:12 897 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >flush SslConnection@45f0755f::SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@45f0755f{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51861ffe{s=START}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:12 897 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@4cb53dda[p=0,l=0,c=0,r=0]={<<<>>>} 2021-10-13 06:50:12 897 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush NEED_WRAP 2021-10-13 06:50:12 897 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false 2021-10-13 06:50:12 897 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@45f0755f{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51861ffe{s=START}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:12 897 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net flushed=true, ac=true 2021-10-13 06:50:12 897 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@45f0755f{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51861ffe{s=START}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:12 897 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-10-13 06:50:12 898 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 373 HeapByteBuffer@16ce246b[p=0,l=373,c=17408,r=373]={<<<\x14\x03\x03\x00\x01\x01\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\x0b\xEb\xBbFQ\x14\xF7\xB8...\xDfH}\xEb5(F>\xCd\n?\xA6\xA5;\xAd%\xD0n\x12\xEb6\xC8\xD4>>>b\xA1\xEd\x1a\x9c\xE6\x02\xCb\xB4...\x00\x00\x00\x00\x00\x00\x00} 2021-10-13 06:50:12 898 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=373 2021-10-13 06:50:12 898 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=373 Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 6 bytesProduced = 0 encryptedBuffer=[p=6,l=373,c=17408,r=367] unwrapBuffer=HeapByteBuffer@46eaeaa2[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC4)p\x88...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@46eaeaa2[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC4)p\x88...\x00\x00\x00\x00\x00\x00\x00} 2021-10-13 06:50:12 898 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-10-13 06:50:12 898 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 0 HeapByteBuffer@16ce246b[p=6,l=373,c=17408,r=367]={\x14\x03\x03\x00\x01\x01<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\x0b\xEb\xBbFQ\x14\xF7\xB8f[iC\xC9F...\xDfH}\xEb5(F>\xCd\n?\xA6\xA5;\xAd%\xD0n\x12\xEb6\xC8\xD4>>>b\xA1\xEd\x1a\x9c\xE6\x02\xCb\xB4...\x00\x00\x00\x00\x00\x00\x00} 2021-10-13 06:50:12 898 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=0 2021-10-13 06:50:12 898 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 367 bytesProduced = 0 encryptedBuffer=[p=373,l=373,c=17408,r=0] unwrapBuffer=HeapByteBuffer@46eaeaa2[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC4)p\x88...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@46eaeaa2[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC4)p\x88...\x00\x00\x00\x00\x00\x00\x00} 2021-10-13 06:50:12 898 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_TASK 2021-10-13 06:50:12 903 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-24] invocationID:{InvocationID} - Chose alias holmes-rule-mgmt@holmes-rule-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@5a531c9 2021-10-13 06:50:12 907 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_WRAP 2021-10-13 06:50:12 907 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >flush SslConnection@45f0755f::SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->SslConnection@45f0755f{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51861ffe{s=START}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:12 907 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@4cb53dda[p=0,l=0,c=0,r=0]={<<<>>>} 2021-10-13 06:50:12 907 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush NEED_WRAP 2021-10-13 06:50:12 907 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false 2021-10-13 06:50:12 907 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->SslConnection@45f0755f{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51861ffe{s=START}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:12 907 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net flushed=true, ac=true 2021-10-13 06:50:12 907 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush NEED_WRAP 2021-10-13 06:50:12 907 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false 2021-10-13 06:50:12 908 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@45f0755f{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51861ffe{s=START}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:12 908 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net flushed=true, ac=true 2021-10-13 06:50:12 908 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush NEED_WRAP 2021-10-13 06:50:12 908 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] 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-10-13 06:50:12 908 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - flushed 2687 SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@45f0755f{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51861ffe{s=START}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:12 908 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net flushed=true, ac=true 2021-10-13 06:50:12 908 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@45f0755f{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51861ffe{s=START}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:12 908 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-10-13 06:50:12 908 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 0 HeapByteBuffer@16ce246b[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-10-13 06:50:12 908 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=0 2021-10-13 06:50:12 908 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@46eaeaa2[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC4)p\x88...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@46eaeaa2[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC4)p\x88...\x00\x00\x00\x00\x00\x00\x00} 2021-10-13 06:50:12 908 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@45f0755f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51861ffe{s=START}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:12 908 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >fill SslConnection@45f0755f::SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@45f0755f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51861ffe{s=START}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:12 908 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-10-13 06:50:12 908 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 58 HeapByteBuffer@16ce246b[p=0,l=58,c=17408,r=58]={<<<\x17\x03\x03\x005\xE28rZ\x1el\xAd\xC9\x7f"b)\x18"I\x17E\x81L\x9d...v\x9cF\xC4\xC9\x92\x82\xB6\xA5)vY\x99\xA8'P\xBf\x8f\xD9G\x92c\xA4>>>x\xB1i\xB1a^\xC9H\xA8...\x00\x00\x00\x00\x00\x00\x00} 2021-10-13 06:50:12 908 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=58 2021-10-13 06:50:12 909 DEBUG [jdk.event.security][dw-24] invocationID:{InvocationID} - TLSHandshake: 10.233.70.39:47802, TLSv1.3, TLS_AES_128_GCM_SHA256, 0 2021-10-13 06:50:12 909 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=58 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=58,c=17408,r=0] unwrapBuffer=HeapByteBuffer@46eaeaa2[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC4)p\x88...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@46eaeaa2[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xC4)p\x88...\x00\x00\x00\x00\x00\x00\x00} 2021-10-13 06:50:12 909 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - handshake succeeded SslConnection@45f0755f::SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@45f0755f{NOT_HANDSHAKING,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51861ffe{s=START}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{s=IDLE rs=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-10-13 06:50:12 909 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-10-13 06:50:12 909 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 171 HeapByteBuffer@16ce246b[p=0,l=171,c=17408,r=171]={<<<\x17\x03\x03\x00\xA6\xEb\xC6\x8atc\x04^\x96\xAc\x02\x93\xF3\x82\xD6\xEd(\xD3\xC9\xFb\\...o^\xCc\xE3\x81C\xD5\x02}\xE4\xE3\x8dO#\xB8\xA5\\/\xE5'\x9d|\xF0>>>\x04\x01\x05\x01\x06\x01\x05\x03\x06...\x00\x00\x00\x00\x00\x00\x00} 2021-10-13 06:50:12 909 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=171 2021-10-13 06:50:12 909 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=171 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 171 bytesProduced = 149 encryptedBuffer=[p=171,l=171,c=17408,r=0] unwrapBuffer=HeapByteBuffer@46eaeaa2[p=0,l=149,c=17408,r=149]={<< >>g\xB5.\x92\xAb\xD5\xE3\xC4....\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@46eaeaa2[p=0,l=149,c=17408,r=149]={<< >>g\xB5.\x92\xAb\xD5\xE3\xC4....\x00\x00\x00\x00\x00\x00\x00} 2021-10-13 06:50:12 909 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@45f0755f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=START,0 of -1},g=HttpGenerator@51861ffe{s=START}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:12 909 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@2f25aadb::DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=-,flush=-,to=16/30000} filled 149 HeapByteBuffer@46eaeaa2[p=0,l=149,c=17408,r=149]={<< >>g\xB5.\x92\xAb\xD5\xE3\xC4....\x00\x00\x00\x00\x00\x00\x00} 2021-10-13 06:50:12 909 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@2f25aadb::DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=-,flush=-,to=16/30000} parse HeapByteBuffer@46eaeaa2[p=0,l=149,c=17408,r=149]={<< >>g\xB5.\x92\xAb\xD5\xE3\xC4....\x00\x00\x00\x00\x00\x00\x00} {} 2021-10-13 06:50:12 910 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@46eaeaa2[p=0,l=149,c=17408,r=149]={<< >>g\xB5.\x92\xAb\xD5\xE3\xC4....\x00\x00\x00\x00\x00\x00\x00} 2021-10-13 06:50:12 910 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - START --> SPACE1 2021-10-13 06:50:12 910 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - SPACE1 --> URI 2021-10-13 06:50:12 910 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - URI --> SPACE2 2021-10-13 06:50:12 910 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION 2021-10-13 06:50:12 910 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER 2021-10-13 06:50:12 910 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Host --> VALUE 2021-10-13 06:50:12 910 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE 2021-10-13 06:50:12 910 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Host --> FIELD 2021-10-13 06:50:12 910 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE 2021-10-13 06:50:12 910 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE 2021-10-13 06:50:12 910 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD 2021-10-13 06:50:12 910 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE 2021-10-13 06:50:12 910 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD 2021-10-13 06:50:12 910 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE 2021-10-13 06:50:12 910 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD 2021-10-13 06:50:12 910 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER --> CONTENT 2021-10-13 06:50:12 911 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - REQUEST for //10.233.70.68:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{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.68:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1} GET //10.233.70.68:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1 Host: 10.233.70.68:9101 User-Agent: kube-probe/1.19 Accept-Encoding: gzip Connection: close 2021-10-13 06:50:12 911 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@2f25aadb::DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=-,flush=-,to=18/30000} parsed true HttpParser{s=CONTENT,0 of -1} 2021-10-13 06:50:12 911 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@2f25aadb::DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=-,flush=-,to=18/30000} 2021-10-13 06:50:12 911 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - handle //10.233.70.68:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{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.68:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1} 2021-10-13 06:50:12 911 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - handling HttpChannelState@1e180bb5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-10-13 06:50:12 911 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{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.68:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1} 2021-10-13 06:50:12 911 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-24] invocationID:{InvocationID} - Host 10.233.70.68 with SNI null 2021-10-13 06:50:12 911 DEBUG [org.eclipse.jetty.server.Server][dw-24] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{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.68:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1} 2021-10-13 06:50:12 911 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-24] invocationID:{InvocationID} - GzipHandler@4f213a2{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.70.68:9101/api/holmes-rule-mgmt/v1/healthcheck)@77e50779 in null 2021-10-13 06:50:12 911 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-24] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@fb6097b{/,null,AVAILABLE} 2021-10-13 06:50:12 911 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-24] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@fb6097b{/,null,AVAILABLE} 2021-10-13 06:50:12 912 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-71c0b742@7084e7b8==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-10-13 06:50:12 912 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - chain=customFilter@3344d163==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-4faf1f4@4faf1f4==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-5866731@5866731==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-71c0b742@7084e7b8==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-10-13 06:50:12 912 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - call filter customFilter@3344d163==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true 2021-10-13 06:50:12 912 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - Entering. 2021-10-13 06:50:12 912 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation. 2021-10-13 06:50:12 912 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 161da206-0920-455f-82fc-dddaf9fef3b0 2021-10-13 06:50:12 912 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - Invoking synchronously ... 2021-10-13 06:50:12 912 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-4faf1f4@4faf1f4==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true 2021-10-13 06:50:12 912 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-5866731@5866731==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true 2021-10-13 06:50:12 912 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-71c0b742@7084e7b8==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-10-13 06:50:12 913 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@4f213a2{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.70.68:9101/api/holmes-rule-mgmt/v1/healthcheck)@77e50779 2021-10-13 06:50:12 913 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@48d42049 exclude no deflater 2021-10-13 06:50:12 913 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@4661e00d[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@1e700acd{null} 2021-10-13 06:50:12 913 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@31d0b55e{s=HttpChannelState@1e180bb5{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.68:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 200 OK HTTP/1.1 Connection: close Date: Wed, 13 Oct 2021 06:50:12 GMT X-TransactionID: 161da206-0920-455f-82fc-dddaf9fef3b0 X-InvocationID: ef90f577-7ba1-4b99-8976-6a6bf7205255 Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2021-10-13 06:50:12 913 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@417118b5[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@28cebeba] (null,[p=0,l=4,c=8192,r=4],true)@START 2021-10-13 06:50:12 913 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@4661e00d[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-10-13 06:50:12 913 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close Date: Wed, 13 Oct 2021 06:50:12 GMT X-TransactionID: 161da206-0920-455f-82fc-dddaf9fef3b0 X-InvocationID: ef90f577-7ba1-4b99-8976-6a6bf7205255 Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2021-10-13 06:50:12 913 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT 2021-10-13 06:50:12 913 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@417118b5[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@28cebeba] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING 2021-10-13 06:50:12 913 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@61664226{IDLE}->null [HeapByteBuffer@1802330f[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@4661e00d[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-10-13 06:50:12 913 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@61664226{WRITING}->null:IDLE-->WRITING 2021-10-13 06:50:12 914 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@45f0755f::SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@45f0755f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=-,flush=W,to=20/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@51861ffe{s=COMPLETING}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{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.68:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-10-13 06:50:12 914 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@1802330f[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-10-13 06:50:12 914 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@4661e00d[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-10-13 06:50:12 914 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING 2021-10-13 06:50:12 914 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-10-13 06:50:12 914 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@45f0755f{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=-,flush=W,to=21/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@51861ffe{s=COMPLETING}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{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.68:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-10-13 06:50:12 914 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2021-10-13 06:50:12 914 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@45f0755f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=-,flush=W,to=21/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@51861ffe{s=COMPLETING}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{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.68:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-10-13 06:50:12 914 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@61664226{WRITING}->null 2021-10-13 06:50:12 914 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@61664226{IDLE}->null:WRITING-->IDLE 2021-10-13 06:50:12 915 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@417118b5[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@28cebeba] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2021-10-13 06:50:12 915 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@417118b5[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@28cebeba] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2021-10-13 06:50:12 915 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=-,flush=-,to=22/30000} 2021-10-13 06:50:12 915 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@45f0755f::SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@45f0755f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OSHUTTING,fill=-,flush=-,to=22/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@51861ffe{s=END}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{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.68:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} oshut=false, ishut=false 2021-10-13 06:50:12 915 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@45f0755f::SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@45f0755f{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OSHUTTING,fill=-,flush=-,to=22/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@51861ffe{s=END}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{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.68:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-10-13 06:50:12 915 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@4cb53dda[p=0,l=0,c=0,r=0]={<<<>>>} 2021-10-13 06:50:12 915 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP 2021-10-13 06:50:12 916 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-10-13 06:50:12 916 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@45f0755f{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OSHUTTING,fill=-,flush=-,to=23/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@51861ffe{s=END}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{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.68:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2021-10-13 06:50:12 916 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2021-10-13 06:50:12 916 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@45f0755f{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OSHUTTING,fill=-,flush=-,to=23/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@51861ffe{s=END}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{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.68:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2021-10-13 06:50:12 916 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@45f0755f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OSHUTTING,fill=-,flush=-,to=23/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@51861ffe{s=END}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{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.68:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2021-10-13 06:50:12 917 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@45f0755f::SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@45f0755f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OSHUTTING,fill=-,flush=-,to=23/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@51861ffe{s=END}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{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.68:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2021-10-13 06:50:12 917 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@14dac48d{SSLC.NBReadCB@45f0755f{SslConnection@45f0755f::SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@45f0755f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OSHUTTING,fill=-,flush=-,to=24/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@51861ffe{s=END}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{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.68:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7}}} 2021-10-13 06:50:12 917 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@45f0755f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OSHUTTING,fill=-,flush=-,to=24/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@51861ffe{s=END}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{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.68:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7} 2021-10-13 06:50:12 917 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$505/0x0000000100628840@524611c4 on ManagedSelector@6fbe4800{STARTED} id=0 keys=1 selected=0 updates=0 2021-10-13 06:50:12 917 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6fbe4800{STARTED} id=0 keys=1 selected=0 updates=1 2021-10-13 06:50:12 917 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 woken with none selected 2021-10-13 06:50:12 917 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 woken up from select, 0/0/1 selected 2021-10-13 06:50:12 917 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 processing 0 keys, 1 updates 2021-10-13 06:50:12 917 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 1 2021-10-13 06:50:12 917 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$505/0x0000000100628840@524611c4 2021-10-13 06:50:12 917 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=61b17497-9c74-4c12-857f-c6dc72f0b9d7, referenceCounter=0, store size=0} on thread dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck 2021-10-13 06:50:12 917 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@45f0755f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OSHUT,fill=-,flush=-,to=24/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@51861ffe{s=END}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{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.68:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7} 2021-10-13 06:50:12 917 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0 2021-10-13 06:50:12 917 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 waiting with 1 keys 2021-10-13 06:50:12 917 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 woken up from select, 1/1/1 selected 2021-10-13 06:50:12 917 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 processing 1 keys, 0 updates 2021-10-13 06:50:12 918 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - Exiting. 2021-10-13 06:50:12 918 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.70.68:9101 remote=/10.233.70.39:47802], selector=sun.nio.ch.EPollSelectorImpl@1db546f1, interestOps=1, readyOps=1 SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@45f0755f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OSHUT,fill=-,flush=-,to=24/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@51861ffe{s=END}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{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.68:9101/api/holmes-rule-mgmt/v1/healthcheck,age=8} 2021-10-13 06:50:12 918 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@45f0755f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OSHUT,fill=-,flush=-,to=25/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@51861ffe{s=END}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{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.68:9101/api/holmes-rule-mgmt/v1/healthcheck,age=8} 2021-10-13 06:50:12 918 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@45f0755f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OSHUT,fill=-,flush=-,to=25/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@51861ffe{s=END}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{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.68:9101/api/holmes-rule-mgmt/v1/healthcheck,age=8}:runFillable:BLOCKING 2021-10-13 06:50:12 918 DEBUG [org.eclipse.jetty.server.Server][dw-24] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{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.68:9101/api/holmes-rule-mgmt/v1/healthcheck,age=8} 2021-10-13 06:50:12 918 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@14b8a751{s=1/1,p=0} tryExecute EatWhatYouKill@4fa8bebb/SelectorProducer@38ef1a0a/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@374ccb9{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@14b8a751{s=1/1,p=0}][pc=0,pic=0,pec=4,epc=7335]@2021-10-13T06:50:12.918327Z 2021-10-13 06:50:12 918 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@14b8a751{s=0/1,p=0}@5cd08337 offer EatWhatYouKill@4fa8bebb/SelectorProducer@38ef1a0a/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@374ccb9{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@14b8a751{s=0/1,p=0}][pc=0,pic=0,pec=4,epc=7335]@2021-10-13T06:50:12.918387Z 2021-10-13 06:50:12 918 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - unhandle HttpChannelState@1e180bb5{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1} 2021-10-13 06:50:12 918 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@1e180bb5{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-10-13 06:50:12 918 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@14b8a751{s=0/1,p=1} startReservedThread p=1 2021-10-13 06:50:12 918 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - queue ReservedThreadExecutor@14b8a751{s=0/1,p=1}@6c94ebad startThread=0 2021-10-13 06:50:12 918 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{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.68:9101/api/holmes-rule-mgmt/v1/healthcheck,age=8} 2021-10-13 06:50:12 918 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - run ReservedThreadExecutor@14b8a751{s=0/1,p=1}@6c94ebad in InstrumentedQueuedThreadPool[dw]@374ccb9{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@14b8a751{s=0/1,p=1}] 2021-10-13 06:50:12 918 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@14b8a751{s=1/1,p=1}@6c94ebad started 2021-10-13 06:50:12 918 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@14b8a751{s=1/1,p=0}@6c94ebad waiting 2021-10-13 06:50:12 918 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@14b8a751{s=0/1,p=1}@5cd08337 task=EatWhatYouKill@4fa8bebb/SelectorProducer@38ef1a0a/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@374ccb9{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@14b8a751{s=1/1,p=1}][pc=0,pic=0,pec=4,epc=7335]@2021-10-13T06:50:12.918579Z 2021-10-13 06:50:12 918 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@4fa8bebb/SelectorProducer@38ef1a0a/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@374ccb9{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@14b8a751{s=0/1,p=1}][pc=0,pic=0,pec=4,epc=7335]@2021-10-13T06:50:12.918511Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@45f0755f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OSHUT,fill=-,flush=-,to=25/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@51861ffe{s=END}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{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.68:9101/api/holmes-rule-mgmt/v1/healthcheck,age=8}:runFillable:BLOCKING/BLOCKING 2021-10-13 06:50:12 918 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-21] invocationID:{InvocationID} - EatWhatYouKill@4fa8bebb/SelectorProducer@38ef1a0a/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@374ccb9{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@14b8a751{s=1/1,p=0}][pc=0,pic=0,pec=4,epc=7336]@2021-10-13T06:50:12.918621Z tryProduce true 2021-10-13 06:50:12 918 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updateable 0 2021-10-13 06:50:12 918 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - completed HttpChannelState@1e180bb5{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-10-13 06:50:12 918 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updates 0 2021-10-13 06:50:12 918 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - unhandle HttpChannelState@1e180bb5{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-10-13 06:50:12 918 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@1e180bb5{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-10-13 06:50:12 918 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{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.68:9101/api/holmes-rule-mgmt/v1/healthcheck,age=8} 2021-10-13 06:50:12 918 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4 2021-10-13 06:50:12 918 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@14dac48d{SSLC.NBReadCB@45f0755f{SslConnection@45f0755f::SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@45f0755f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OSHUT,fill=-,flush=-,to=25/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@51861ffe{s=END}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{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.68:9101/api/holmes-rule-mgmt/v1/healthcheck,age=8}}} 2021-10-13 06:50:12 918 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OSHUT,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@45f0755f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OSHUT,fill=-,flush=-,to=25/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@51861ffe{s=END}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{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.68:9101/api/holmes-rule-mgmt/v1/healthcheck,age=8} 2021-10-13 06:50:12 918 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 waiting with 1 keys 2021-10-13 06:50:12 918 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >c.onFillable SslConnection@45f0755f::SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OSHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@45f0755f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OSHUT,fill=-,flush=-,to=25/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@51861ffe{s=END}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{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.68:9101/api/holmes-rule-mgmt/v1/healthcheck,age=8} 2021-10-13 06:50:12 918 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - onFillable SslConnection@45f0755f::SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OSHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@45f0755f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OSHUT,fill=-,flush=-,to=25/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@51861ffe{s=END}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{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.68:9101/api/holmes-rule-mgmt/v1/healthcheck,age=8} 2021-10-13 06:50:12 918 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@53771467{null} 10.233.70.39 - - [13/Oct/2021:06:50:12 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 8 2021-10-13 06:50:12 919 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - FillInterest@53771467{null} lost race null 2021-10-13 06:50:12 919 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - recycle HttpChannelState@1e180bb5{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-10-13 06:50:12 919 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1} 2021-10-13 06:50:12 919 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - SslConnection@45f0755f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OSHUT,fill=-,flush=-,to=26/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@51861ffe{s=END}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=9} 2021-10-13 06:50:12 919 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - CONTENT --> CLOSE 2021-10-13 06:50:12 919 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@14b8a751{s=1/1,p=0}@374ce905 size 1 > capacity 2021-10-13 06:50:12 919 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - ran ReservedThreadExecutor@14b8a751{s=1/1,p=0}@374ce905 in InstrumentedQueuedThreadPool[dw]@374ccb9{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@14b8a751{s=1/1,p=0}] 2021-10-13 06:50:12 919 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:12 919 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >fill SslConnection@45f0755f::SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OSHUT,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@45f0755f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OSHUT,fill=-,flush=-,to=26/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@51861ffe{s=START}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:12 919 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-10-13 06:50:12 919 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 24 HeapByteBuffer@16ce246b[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13T\xF6\xDb/\xD8\x11\xB5\xA7\x81!\xA7\xB1\xBd,\xE5\xF2\xFc\x06\xF8>>>e-mgmt/v1...\x00\x00\x00\x00\x00\x00\x00} 2021-10-13 06:50:12 919 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=24 2021-10-13 06:50:12 920 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@46eaeaa2[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#VN\xE44...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@46eaeaa2[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#VN\xE44...\x00\x00\x00\x00\x00\x00\x00} 2021-10-13 06:50:12 920 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@45f0755f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OSHUT,fill=-,flush=-,to=27/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@51861ffe{s=START}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:12 920 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1} 2021-10-13 06:50:12 920 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@2f25aadb::DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OSHUT,fill=-,flush=-,to=27/30000} filled -1 HeapByteBuffer@46eaeaa2[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#VN\xE44...\x00\x00\x00\x00\x00\x00\x00} 2021-10-13 06:50:12 920 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OSHUT,fill=-,flush=-,to=27/30000} 2021-10-13 06:50:12 920 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close(null) DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OSHUT,fill=-,flush=-,to=27/30000} 2021-10-13 06:50:12 920 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - shutdownOutput: SslConnection@45f0755f::SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@45f0755f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,CLOSED,fill=-,flush=-,to=27/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@51861ffe{s=START}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{s=IDLE rs=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-10-13 06:50:12 920 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - ensureFillInterested SslConnection@45f0755f::SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OSHUT,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@45f0755f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,CLOSED,fill=-,flush=-,to=27/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@51861ffe{s=START}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:12 921 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@14dac48d{SSLC.NBReadCB@45f0755f{SslConnection@45f0755f::SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@45f0755f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,CLOSED,fill=-,flush=-,to=28/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@51861ffe{s=START}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2021-10-13 06:50:12 921 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@45f0755f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,CLOSED,fill=-,flush=-,to=28/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@51861ffe{s=START}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:12 921 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$505/0x0000000100628840@524611c4 on ManagedSelector@6fbe4800{STARTED} id=0 keys=1 selected=0 updates=0 2021-10-13 06:50:12 921 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@6fbe4800{STARTED} id=0 keys=1 selected=0 updates=1 2021-10-13 06:50:12 921 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 woken with none selected 2021-10-13 06:50:12 921 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 woken up from select, 0/0/1 selected 2021-10-13 06:50:12 921 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 processing 0 keys, 1 updates 2021-10-13 06:50:12 921 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updateable 1 2021-10-13 06:50:12 921 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$505/0x0000000100628840@524611c4 2021-10-13 06:50:12 921 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@45f0755f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,CLOSED,fill=-,flush=-,to=28/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@51861ffe{s=START}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:12 921 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@45f0755f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,CLOSED,fill=-,flush=-,to=28/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@51861ffe{s=START}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:12 921 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updates 0 2021-10-13 06:50:12 921 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 waiting with 1 keys 2021-10-13 06:50:12 921 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 woken up from select, 1/1/1 selected 2021-10-13 06:50:12 921 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 processing 1 keys, 0 updates 2021-10-13 06:50:12 921 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.70.68:9101 remote=/10.233.70.39:47802], selector=sun.nio.ch.EPollSelectorImpl@1db546f1, interestOps=1, readyOps=1 SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@45f0755f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,CLOSED,fill=-,flush=-,to=28/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@51861ffe{s=START}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:12 921 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@45f0755f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,CLOSED,fill=-,flush=-,to=28/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@51861ffe{s=START}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:12 922 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@45f0755f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,CLOSED,fill=-,flush=-,to=28/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@51861ffe{s=START}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:12 922 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - doClose SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@45f0755f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,CLOSED,fill=-,flush=-,to=28/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@51861ffe{s=START}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:12 922 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@689ea73e{l=/10.233.70.68:9101,r=/10.233.70.39:47802,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@45f0755f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=/10.233.70.68:9101,r=/10.233.70.39:47802,CLOSED,fill=-,flush=-,to=28/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@51861ffe{s=START}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{s=IDLE rs=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-10-13 06:50:12 922 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@14b8a751{s=1/1,p=0} tryExecute EatWhatYouKill@4fa8bebb/SelectorProducer@38ef1a0a/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@374ccb9{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@14b8a751{s=1/1,p=0}][pc=0,pic=0,pec=4,epc=7336]@2021-10-13T06:50:12.922163Z 2021-10-13 06:50:12 922 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@14b8a751{s=0/1,p=0}@6c94ebad offer EatWhatYouKill@4fa8bebb/SelectorProducer@38ef1a0a/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@374ccb9{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@14b8a751{s=0/1,p=0}][pc=0,pic=0,pec=4,epc=7336]@2021-10-13T06:50:12.922217Z 2021-10-13 06:50:12 922 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@14b8a751{s=0/1,p=1} startReservedThread p=1 2021-10-13 06:50:12 922 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - queue ReservedThreadExecutor@14b8a751{s=0/1,p=1}@311b7f2e startThread=0 2021-10-13 06:50:12 922 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - onClose FillInterest@14dac48d{SSLC.NBReadCB@45f0755f{SslConnection@45f0755f::SocketChannelEndPoint@689ea73e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=1/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@45f0755f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=29/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@51861ffe{s=START}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2021-10-13 06:50:12 922 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@14b8a751{s=0/1,p=1}@6c94ebad task=EatWhatYouKill@4fa8bebb/SelectorProducer@38ef1a0a/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@374ccb9{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@14b8a751{s=0/1,p=1}][pc=0,pic=0,pec=4,epc=7336]@2021-10-13T06:50:12.922341Z 2021-10-13 06:50:12 922 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - run ReservedThreadExecutor@14b8a751{s=0/1,p=1}@311b7f2e in InstrumentedQueuedThreadPool[dw]@374ccb9{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@14b8a751{s=0/1,p=1}] 2021-10-13 06:50:12 922 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@14b8a751{s=1/1,p=1}@311b7f2e started 2021-10-13 06:50:12 922 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-23] invocationID:{InvocationID} - EatWhatYouKill@4fa8bebb/SelectorProducer@38ef1a0a/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@374ccb9{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@14b8a751{s=1/1,p=1}][pc=0,pic=0,pec=4,epc=7336]@2021-10-13T06:50:12.922401Z tryProduce true 2021-10-13 06:50:12 922 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updateable 0 2021-10-13 06:50:12 922 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@14b8a751{s=1/1,p=0}@311b7f2e waiting 2021-10-13 06:50:12 922 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updates 0 2021-10-13 06:50:12 922 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-21] invocationID:{InvocationID} - EatWhatYouKill@4fa8bebb/SelectorProducer@38ef1a0a/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@374ccb9{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@14b8a751{s=0/1,p=1}][pc=0,pic=0,pec=4,epc=7336]@2021-10-13T06:50:12.922372Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@689ea73e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=1/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@45f0755f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=29/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@51861ffe{s=START}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{s=IDLE rs=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-10-13 06:50:12 922 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - fillable FillInterest@14dac48d{null} 2021-10-13 06:50:12 922 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - FillInterest@14dac48d{null} lost race null 2021-10-13 06:50:12 922 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@14b8a751{s=1/1,p=0}@5cd08337 size 1 > capacity 2021-10-13 06:50:12 922 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - Ignoring key update for cancelled key SocketChannelEndPoint@689ea73e{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@45f0755f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=29/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@51861ffe{s=START}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:12 922 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - ran ReservedThreadExecutor@14b8a751{s=1/1,p=0}@5cd08337 in InstrumentedQueuedThreadPool[dw]@374ccb9{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@14b8a751{s=1/1,p=0}] 2021-10-13 06:50:12 922 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - onFillableFail SslConnection@45f0755f::SocketChannelEndPoint@689ea73e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=1/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@45f0755f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=29/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@51861ffe{s=START}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:12 922 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close SocketChannelEndPoint@689ea73e{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@45f0755f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=29/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@51861ffe{s=START}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:12 922 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@689ea73e{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@45f0755f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=29/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@51861ffe{s=START}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:12 922 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 waiting with 1 keys 2021-10-13 06:50:12 922 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - onFail FillInterest@53771467{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-10-13 06:50:12 922 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Wakeup ManagedSelector@6fbe4800{STARTED} id=0 keys=0 selected=0 updates=0 2021-10-13 06:50:12 923 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 woken with none selected 2021-10-13 06:50:12 923 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7fde0aa5 startThread=0 2021-10-13 06:50:12 923 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7fde0aa5 in InstrumentedQueuedThreadPool[dw]@374ccb9{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@14b8a751{s=1/1,p=0}] 2021-10-13 06:50:12 923 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 woken up from select, 0/0/0 selected 2021-10-13 06:50:12 923 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - onClose FillInterest@53771467{null} 2021-10-13 06:50:12 923 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 processing 0 keys, 0 updates 2021-10-13 06:50:12 923 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updateable 0 2021-10-13 06:50:12 923 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updates 0 2021-10-13 06:50:12 923 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@1db546f1 waiting with 0 keys 2021-10-13 06:50:12 923 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@2f25aadb::DecryptedEndPoint@3a2f81f{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=30/30000} parse HeapByteBuffer@46eaeaa2[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#VN\xE44...\x00\x00\x00\x00\x00\x00\x00} {} 2021-10-13 06:50:12 923 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@46eaeaa2[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#VN\xE44...\x00\x00\x00\x00\x00\x00\x00} 2021-10-13 06:50:12 923 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - CLOSE --> CLOSED 2021-10-13 06:50:12 923 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@689ea73e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@45f0755f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=30/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@51861ffe{s=START}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:12 923 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - onClose HttpConnection@2f25aadb::DecryptedEndPoint@3a2f81f{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=30/30000} 2021-10-13 06:50:12 923 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@2f25aadb::DecryptedEndPoint@3a2f81f{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-10-13 06:50:12 923 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@2f25aadb::DecryptedEndPoint@3a2f81f{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=30/30000} 2021-10-13 06:50:12 923 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@3a2f81f{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=30/30000} 2021-10-13 06:50:12 923 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - onClose SslConnection@45f0755f::SocketChannelEndPoint@689ea73e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=2/30000}{io=0/0,kio=-1,kro=-1}->SslConnection@45f0755f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=30/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@51861ffe{s=START}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:12 923 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@2f25aadb::DecryptedEndPoint@3a2f81f{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=30/30000} onFillable exit HttpChannelState@1e180bb5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-10-13 06:50:12 923 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@7fde0aa5 in InstrumentedQueuedThreadPool[dw]@374ccb9{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@14b8a751{s=1/1,p=0}] 2021-10-13 06:50:12 923 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@45f0755f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3a2f81f{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=30/30000}=>HttpConnection@2f25aadb[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@51861ffe{s=START}]=>HttpChannelOverHttp@31d0b55e{s=HttpChannelState@1e180bb5{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-10-13 06:50:12 923 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@14b8a751{s=1/1,p=0}@6d22feab size 1 > capacity 2021-10-13 06:50:12 923 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran ReservedThreadExecutor@14b8a751{s=1/1,p=0}@6d22feab in InstrumentedQueuedThreadPool[dw]@374ccb9{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@14b8a751{s=1/1,p=0}] 2021-10-13 06:50:13 311 TRACE [org.skife.jdbi.v2.DBI][EngineInstanceController] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@22432f1f] obtained in 0 millis 2021-10-13 06:50:13 312 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EngineInstanceController] invocationID:{InvocationID} - simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@43b789ea, maxRows=0, fetchSize=0, flags=16 2021-10-13 06:50:13 312 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EngineInstanceController] invocationID:{InvocationID} - FE=> Bind(stmt=S_1,portal=null) 2021-10-13 06:50:13 312 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EngineInstanceController] invocationID:{InvocationID} - FE=> Execute(portal=null,limit=0) 2021-10-13 06:50:13 312 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EngineInstanceController] invocationID:{InvocationID} - FE=> Sync 2021-10-13 06:50:13 313 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EngineInstanceController] invocationID:{InvocationID} - <=BE BindComplete [unnamed] 2021-10-13 06:50:13 313 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EngineInstanceController] invocationID:{InvocationID} - <=BE DataRow(len=51) 2021-10-13 06:50:13 313 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EngineInstanceController] invocationID:{InvocationID} - <=BE CommandStatus(SELECT 1) 2021-10-13 06:50:13 314 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EngineInstanceController] invocationID:{InvocationID} - <=BE ReadyForQuery(I) 2021-10-13 06:50:13 314 TRACE [org.skife.jdbi.v2.DBI][EngineInstanceController] invocationID:{InvocationID} - statement:[/* EngineEntityDao.getAllEntities */ SELECT * FROM ENGINE_ENTITY] took 2 millis 2021-10-13 06:50:13 314 TRACE [org.postgresql.jdbc.PgConnection][EngineInstanceController] invocationID:{InvocationID} - getString columnIndex: 2 2021-10-13 06:50:13 314 TRACE [org.postgresql.jdbc.PgConnection][EngineInstanceController] invocationID:{InvocationID} - getInt columnIndex: 3 2021-10-13 06:50:13 314 TRACE [org.postgresql.jdbc.PgConnection][EngineInstanceController] invocationID:{InvocationID} - getLong columnIndex: 4 2021-10-13 06:50:13 314 TRACE [org.skife.jdbi.v2.DBI][EngineInstanceController] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@22432f1f] released