By type
at org.onap.holmes.common.config.MicroServiceConfig.getServiceConfigInfoFromCBS(MicroServiceConfig.java:76) 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) ... 26 common frames omitted 2022-03-09 04:11:49 358 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. 2022-03-09 04:11:49 359 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. 2022-03-09 04:11:49 362 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). 2022-03-09 04:11:49 363 TRACE [sun.net.www.protocol.http.HttpURLConnection][pool-2-thread-1] invocationID:{InvocationID} - ProxySelector Request for http://consul-server.onap:8500/v1/catalog/service/config-binding-service 2022-03-09 04:11:49 367 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EngineInstanceController] invocationID:{InvocationID} - <=BE BindComplete [unnamed] 2022-03-09 04:11:49 367 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EngineInstanceController] invocationID:{InvocationID} - <=BE DataRow(len=51) 2022-03-09 04:11:49 368 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EngineInstanceController] invocationID:{InvocationID} - <=BE CommandStatus(SELECT 1) 2022-03-09 04:11:49 368 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EngineInstanceController] invocationID:{InvocationID} - <=BE ReadyForQuery(I) 2022-03-09 04:11:49 368 TRACE [org.skife.jdbi.v2.DBI][EngineInstanceController] invocationID:{InvocationID} - statement:[/* EngineEntityDao.getAllEntities */ SELECT * FROM ENGINE_ENTITY] took 13 millis 2022-03-09 04:11:49 368 TRACE [sun.net.www.protocol.http.HttpURLConnection][pool-2-thread-1] invocationID:{InvocationID} - Proxy used: DIRECT 2022-03-09 04:11:49 368 DEBUG [sun.net.www.protocol.http.HttpURLConnection][pool-2-thread-1] invocationID:{InvocationID} - sun.net.www.MessageHeader@9be9f15 pairs: {GET /v1/catalog/service/config-binding-service HTTP/1.1: null}{User-Agent: Jersey/2.31 (HttpUrlConnection 11.0.6)}{Host: consul-server.onap:8500}{Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2}{Connection: keep-alive} 2022-03-09 04:11:49 368 TRACE [org.postgresql.jdbc.PgConnection][EngineInstanceController] invocationID:{InvocationID} - getString columnIndex: 2 2022-03-09 04:11:49 368 TRACE [org.postgresql.jdbc.PgConnection][EngineInstanceController] invocationID:{InvocationID} - getInt columnIndex: 3 2022-03-09 04:11:49 368 TRACE [org.postgresql.jdbc.PgConnection][EngineInstanceController] invocationID:{InvocationID} - getLong columnIndex: 4 2022-03-09 04:11:49 369 TRACE [org.skife.jdbi.v2.DBI][EngineInstanceController] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@5f9de3d] released 2022-03-09 04:11:49 371 TRACE [sun.net.www.protocol.http.HttpURLConnection][pool-2-thread-1] invocationID:{InvocationID} - KeepAlive stream used: http://consul-server.onap:8500/v1/catalog/service/config-binding-service 2022-03-09 04:11:49 372 DEBUG [sun.net.www.protocol.http.HttpURLConnection][pool-2-thread-1] invocationID:{InvocationID} - sun.net.www.MessageHeader@32ce46af7 pairs: {null: HTTP/1.1 200 OK}{Content-Type: application/json}{X-Consul-Index: 364}{X-Consul-Knownleader: true}{X-Consul-Lastcontact: 0}{Date: Wed, 09 Mar 2022 04:11:50 GMT}{Content-Length: 352} 2022-03-09 04:11:49 373 INFO [org.onap.holmes.common.config.MicroServiceConfig][pool-2-thread-1] invocationID:{InvocationID} - The config-binding-service address is http://config-binding-service.onap:10000 2022-03-09 04:11:49 374 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next object: org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory 2022-03-09 04:11:49 374 DEBUG [org.jvnet.hk2.logger][pool-2-thread-1] invocationID:{InvocationID} - Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_308,309,592143533) 2022-03-09 04:11:49 375 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. 2022-03-09 04:11:49 376 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.logging.LoggingFeatureAutoDiscoverable 2022-03-09 04:11:49 376 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.internal.config.ExternalPropertiesAutoDiscoverable 2022-03-09 04:11:49 377 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.filter.internal.ServerFiltersAutoDiscoverable 2022-03-09 04:11:49 377 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.validation.internal.ValidationAutoDiscoverable 2022-03-09 04:11:49 377 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.jaxb.internal.JaxbAutoDiscoverable 2022-03-09 04:11:49 378 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.spidiscovery.internal.MetaInfServicesAutoDiscoverable 2022-03-09 04:11:49 378 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.wadl.internal.WadlAutoDiscoverable 2022-03-09 04:11:49 378 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.internal.monitoring.MonitoringAutodiscoverable 2022-03-09 04:11:49 379 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider 2022-03-09 04:11:49 379 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider 2022-03-09 04:11:49 379 DEBUG [org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel][pool-2-thread-1] invocationID:{InvocationID} - System properties configuration provider not allowed 2022-03-09 04:11:49 380 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 2022-03-09 04:11:49 380 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. 2022-03-09 04:11:49 381 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. 2022-03-09 04:11:49 385 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). 2022-03-09 04:11:49 386 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 2022-03-09 04:11:49 390 TRACE [sun.net.www.protocol.http.HttpURLConnection][pool-2-thread-1] invocationID:{InvocationID} - Proxy used: DIRECT 2022-03-09 04:11:49 390 DEBUG [sun.net.www.protocol.http.HttpURLConnection][pool-2-thread-1] invocationID:{InvocationID} - sun.net.www.MessageHeader@696c7fb95 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} 2022-03-09 04:11:49 425 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 2022-03-09 04:11:49 425 DEBUG [sun.net.www.protocol.http.HttpURLConnection][pool-2-thread-1] invocationID:{InvocationID} - sun.net.www.MessageHeader@5eaf16795 pairs: {null: HTTP/1.1 200 OK}{x-onap-requestid: 606c74c5-bdb5-4e7a-a877-0875661f1da3}{Content-Type: application/json}{Content-Length: 4153}{Date: Wed, 09 Mar 2022 04:11:49 GMT} 2022-03-09 04:11:49 426 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": {}} 2022-03-09 04:11:49 427 INFO [org.onap.holmes.rulemgt.dcae.DcaeConfigurationPolling][pool-2-thread-1] invocationID:{InvocationID} - Operation aborted due to identical configurations. 2022-03-09 04:11:56 603 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@12aa381f-RuleActiveApp@4975dda1{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@6a263acb[java.nio.channels.SocketChannel[connected local=/10.233.66.79:9101 remote=/10.233.66.214:41504]] on ManagedSelector@3f3c5ecd{STARTED} id=0 keys=0 selected=0 updates=0 2022-03-09 04:11:56 603 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@12aa381f-RuleActiveApp@4975dda1{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@3f3c5ecd{STARTED} id=0 keys=0 selected=0 updates=1 2022-03-09 04:11:56 603 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 woken with none selected 2022-03-09 04:11:56 603 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 woken up from select, 0/0/0 selected 2022-03-09 04:11:56 603 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 processing 0 keys, 1 updates 2022-03-09 04:11:56 603 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 1 2022-03-09 04:11:56 603 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update Accept@6a263acb[java.nio.channels.SocketChannel[connected local=/10.233.66.79:9101 remote=/10.233.66.214:41504]] 2022-03-09 04:11:56 604 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - queue Accept@6a263acb[java.nio.channels.SocketChannel[connected local=/10.233.66.79:9101 remote=/10.233.66.214:41504]] startThread=0 2022-03-09 04:11:56 604 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0 2022-03-09 04:11:56 604 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 waiting with 1 keys 2022-03-09 04:11:56 604 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - run Accept@6a263acb[java.nio.channels.SocketChannel[connected local=/10.233.66.79:9101 remote=/10.233.66.214:41504]] in InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=1/1,p=0}] 2022-03-09 04:11:56 604 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-23] invocationID:{InvocationID} - SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->
idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2022-03-09 04:11:56 604 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-23] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@4a196820 2022-03-09 04:11:56 605 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23] invocationID:{InvocationID} - new HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=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@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2022-03-09 04:11:56 605 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - New HTTP Connection HttpConnection@5f07fb1d::DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=0/30000} 2022-03-09 04:11:56 605 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$511/0x000000010062f440@27999cb on ManagedSelector@3f3c5ecd{STARTED} id=0 keys=1 selected=0 updates=0 2022-03-09 04:11:56 605 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@70e0b366{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:11:56 606 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-23] invocationID:{InvocationID} - onOpen SslConnection@70e0b366::SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@70e0b366{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:11:56 606 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-23] invocationID:{InvocationID} - onOpen HttpConnection@5f07fb1d::DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=1/30000} 2022-03-09 04:11:56 606 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-23] invocationID:{InvocationID} - fillInterested HttpConnection@5f07fb1d::DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=1/30000} 2022-03-09 04:11:56 606 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - interested FillInterest@38ad0058{AC.ReadCB@5f07fb1d{HttpConnection@5f07fb1d::DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=FI,flush=-,to=0/30000}}} 2022-03-09 04:11:56 606 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@70e0b366::SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@70e0b366{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:11:56 606 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - SslConnection@70e0b366{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:11:56 606 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - interested FillInterest@76546147{SSLC.NBReadCB@70e0b366{SslConnection@70e0b366::SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@70e0b366{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2022-03-09 04:11:56 606 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@70e0b366{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:11:56 606 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$505/0x0000000100628840@3da8768 on ManagedSelector@3f3c5ecd{STARTED} id=0 keys=1 selected=0 updates=1 2022-03-09 04:11:56 606 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@3f3c5ecd{STARTED} id=0 keys=1 selected=0 updates=2 2022-03-09 04:11:56 607 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 woken with none selected 2022-03-09 04:11:56 607 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Created SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@70e0b366{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:11:56 607 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 woken up from select, 0/0/1 selected 2022-03-09 04:11:56 607 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 processing 0 keys, 2 updates 2022-03-09 04:11:56 607 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - ran Accept@6a263acb[java.nio.channels.SocketChannel[connected local=/10.233.66.79:9101 remote=/10.233.66.214:41504]] in InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=1/1,p=0}] 2022-03-09 04:11:56 607 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 2 2022-03-09 04:11:56 607 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$511/0x000000010062f440@27999cb 2022-03-09 04:11:56 607 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$505/0x0000000100628840@3da8768 2022-03-09 04:11:56 607 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@70e0b366{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:11:56 607 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0 2022-03-09 04:11:56 607 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 waiting with 1 keys 2022-03-09 04:11:56 607 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 woken up from select, 1/1/1 selected 2022-03-09 04:11:56 608 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 processing 1 keys, 0 updates 2022-03-09 04:11:56 608 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.66.79:9101 remote=/10.233.66.214:41504], selector=sun.nio.ch.EPollSelectorImpl@263d3db3, interestOps=1, readyOps=1 SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@70e0b366{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:11:56 608 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@70e0b366{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:11:56 608 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@70e0b366{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2022-03-09 04:11:56 608 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=1/1,p=0} tryExecute EatWhatYouKill@7d3c22a5/SelectorProducer@56f9de3b/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=1/1,p=0}][pc=0,pic=0,pec=22,epc=1729]@2022-03-09T04:11:56.608595Z 2022-03-09 04:11:56 608 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=0/1,p=0}@7fbdc349 offer EatWhatYouKill@7d3c22a5/SelectorProducer@56f9de3b/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=0/1,p=0}][pc=0,pic=0,pec=22,epc=1729]@2022-03-09T04:11:56.608693Z 2022-03-09 04:11:56 608 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=0/1,p=1} startReservedThread p=1 2022-03-09 04:11:56 608 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - queue ReservedThreadExecutor@7345f97d{s=0/1,p=1}@22986464 startThread=0 2022-03-09 04:11:56 608 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=0/1,p=1}@7fbdc349 task=EatWhatYouKill@7d3c22a5/SelectorProducer@56f9de3b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=0/1,p=1}][pc=0,pic=0,pec=22,epc=1729]@2022-03-09T04:11:56.608934Z 2022-03-09 04:11:56 608 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@7d3c22a5/SelectorProducer@56f9de3b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=0/1,p=1}][pc=0,pic=0,pec=22,epc=1729]@2022-03-09T04:11:56.608989Z tryProduce true 2022-03-09 04:11:56 609 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 0 2022-03-09 04:11:56 609 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0 2022-03-09 04:11:56 609 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@7d3c22a5/SelectorProducer@56f9de3b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=0/1,p=1}][pc=0,pic=0,pec=22,epc=1729]@2022-03-09T04:11:56.608963Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@70e0b366{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2022-03-09 04:11:56 609 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@70e0b366{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:11:56 609 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 waiting with 1 keys 2022-03-09 04:11:56 609 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@76546147{SSLC.NBReadCB@70e0b366{SslConnection@70e0b366::SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@70e0b366{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2022-03-09 04:11:56 609 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >c.onFillable SslConnection@70e0b366::SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@70e0b366{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:11:56 609 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - onFillable SslConnection@70e0b366::SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@70e0b366{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:11:56 609 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@38ad0058{AC.ReadCB@5f07fb1d{HttpConnection@5f07fb1d::DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=FI,flush=-,to=3/30000}}} 2022-03-09 04:11:56 609 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@5f07fb1d::DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=3/30000} onFillable enter HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2022-03-09 04:11:56 609 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >fill SslConnection@70e0b366::SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@70e0b366{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:11:56 609 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2022-03-09 04:11:56 609 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 261 HeapByteBuffer@1fe37d44[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\xDeK\xD4\x80X\x9f\xC3\x03/\x9dU\x9e\xFbF...\x8e\x984\xBb\xFc\xE6\xDc\xA5\xAe\x0fz\x05w\xDb\xC4\xF1t\xBdi\x91#p9>>><\xF3\xDb\xD0\xA2\xCa\xC5\xD2U...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:11:56 610 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=261 2022-03-09 04:11:56 610 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill starting handshake SslConnection@70e0b366::SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@70e0b366{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:11:56 610 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - run ReservedThreadExecutor@7345f97d{s=0/1,p=1}@22986464 in InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=0/1,p=1}] 2022-03-09 04:11:56 610 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=1/1,p=1}@22986464 started 2022-03-09 04:11:56 610 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=1/1,p=0}@22986464 waiting 2022-03-09 04:11:56 611 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - unwrap net_filled=261 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 261 bytesProduced = 0 encryptedBuffer=[p=261,l=261,c=17408,r=0] unwrapBuffer=HeapByteBuffer@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#4\xFd\x8c ...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#4\xFd\x8c ...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:11:56 611 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_TASK 2022-03-09 04:11:56 611 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_WRAP 2022-03-09 04:11:56 611 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >flush SslConnection@70e0b366::SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@70e0b366{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:11:56 611 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@1babc6dc[p=0,l=0,c=0,r=0]={<<<>>>} 2022-03-09 04:11:56 611 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush NEED_WRAP 2022-03-09 04:11:56 611 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false 2022-03-09 04:11:56 611 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@70e0b366{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:11:56 612 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net flushed=true, ac=true 2022-03-09 04:11:56 612 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@70e0b366{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=5/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:11:56 612 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP 2022-03-09 04:11:56 612 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 6 HeapByteBuffer@1fe37d44[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x03\xDeK\xD4\x80...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:11:56 612 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=6 2022-03-09 04:11:56 612 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] 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@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#4\xFd\x8c ...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#4\xFd\x8c ...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:11:56 612 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP 2022-03-09 04:11:56 612 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 367 HeapByteBuffer@1fe37d44[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xDeK\xD4\x80X\x9f\xC3\x03/\x9dU\x9e\xFbF...\xAd\xBd0\x8c^\nt\xDf\xF26\x07V\x16L\x1d\x12g\xE1\x89E\xEd\xCb\x91>>>\xE4\xDa2\nX\x8cb\xF0\x8d...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:11:56 612 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=367 2022-03-09 04:11:56 612 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] 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@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#4\xFd\x8c ...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#4\xFd\x8c ...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:11:56 612 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_TASK 2022-03-09 04:11:56 616 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-26] invocationID:{InvocationID} - Chose alias holmes-rule-mgmt@holmes-rule-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@4a196820 2022-03-09 04:11:56 618 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_WRAP 2022-03-09 04:11:56 619 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >flush SslConnection@70e0b366::SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@70e0b366{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:11:56 619 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@1babc6dc[p=0,l=0,c=0,r=0]={<<<>>>} 2022-03-09 04:11:56 619 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush NEED_WRAP 2022-03-09 04:11:56 619 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false 2022-03-09 04:11:56 619 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@70e0b366{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:11:56 619 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net flushed=true, ac=true 2022-03-09 04:11:56 619 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush NEED_WRAP 2022-03-09 04:11:56 619 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false 2022-03-09 04:11:56 619 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@70e0b366{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:11:56 619 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net flushed=true, ac=true 2022-03-09 04:11:56 619 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - flush NEED_WRAP 2022-03-09 04:11:56 619 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2686 sequenceNumber = 0 [p=0,l=2686,c=17408,r=2686] ioDone=false/false 2022-03-09 04:11:56 620 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - flushed 2686 SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@70e0b366{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:11:56 620 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net flushed=true, ac=true 2022-03-09 04:11:56 620 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@70e0b366{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:11:56 620 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP 2022-03-09 04:11:56 620 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 0 HeapByteBuffer@1fe37d44[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:11:56 620 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=0 2022-03-09 04:11:56 620 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#4\xFd\x8c ...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#4\xFd\x8c ...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:11:56 620 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@70e0b366{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:11:56 620 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >fill SslConnection@70e0b366::SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@70e0b366{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:11:56 620 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP 2022-03-09 04:11:56 620 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 0 HeapByteBuffer@1fe37d44[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:11:56 620 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=0 2022-03-09 04:11:56 620 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#4\xFd\x8c ...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#4\xFd\x8c ...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:11:56 620 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@70e0b366{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:11:56 620 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@5f07fb1d::DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=14/30000} filled 0 HeapByteBuffer@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#4\xFd\x8c ...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:11:56 620 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@5f07fb1d::DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=14/30000} parse HeapByteBuffer@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#4\xFd\x8c ...\x00\x00\x00\x00\x00\x00\x00} {} 2022-03-09 04:11:56 620 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#4\xFd\x8c ...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:11:56 620 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@5f07fb1d::DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=14/30000} parsed false HttpParser{s=START,0 of -1} 2022-03-09 04:11:56 620 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@5f07fb1d::DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=14/30000} 2022-03-09 04:11:56 621 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - fillInterested HttpConnection@5f07fb1d::DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=14/30000} 2022-03-09 04:11:56 621 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@38ad0058{AC.ReadCB@5f07fb1d{HttpConnection@5f07fb1d::DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=FI,flush=-,to=0/30000}}} 2022-03-09 04:11:56 621 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@70e0b366::SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@70e0b366{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:11:56 621 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@70e0b366{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:11:56 621 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@76546147{SSLC.NBReadCB@70e0b366{SslConnection@70e0b366::SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@70e0b366{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2022-03-09 04:11:56 621 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@70e0b366{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:11:56 621 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$505/0x0000000100628840@3da8768 on ManagedSelector@3f3c5ecd{STARTED} id=0 keys=1 selected=0 updates=0 2022-03-09 04:11:56 621 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@3f3c5ecd{STARTED} id=0 keys=1 selected=0 updates=1 2022-03-09 04:11:56 621 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@5f07fb1d::DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2022-03-09 04:11:56 621 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 woken with none selected 2022-03-09 04:11:56 621 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@70e0b366{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:11:56 621 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 woken up from select, 0/0/1 selected 2022-03-09 04:11:56 621 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 processing 0 keys, 1 updates 2022-03-09 04:11:56 621 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 1 2022-03-09 04:11:56 621 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=1/1,p=0}@31c5c857 size 1 > capacity 2022-03-09 04:11:56 621 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$505/0x0000000100628840@3da8768 2022-03-09 04:11:56 621 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - ran ReservedThreadExecutor@7345f97d{s=1/1,p=0}@31c5c857 in InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=1/1,p=0}] 2022-03-09 04:11:56 621 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@70e0b366{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:11:56 622 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0 2022-03-09 04:11:56 622 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 waiting with 1 keys 2022-03-09 04:11:56 622 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 woken up from select, 1/1/1 selected 2022-03-09 04:11:56 622 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 processing 1 keys, 0 updates 2022-03-09 04:11:56 622 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.66.79:9101 remote=/10.233.66.214:41504], selector=sun.nio.ch.EPollSelectorImpl@263d3db3, interestOps=1, readyOps=1 SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@70e0b366{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:11:56 622 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@70e0b366{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:11:56 622 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@70e0b366{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2022-03-09 04:11:56 622 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=1/1,p=0} tryExecute EatWhatYouKill@7d3c22a5/SelectorProducer@56f9de3b/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=1/1,p=0}][pc=0,pic=0,pec=22,epc=1730]@2022-03-09T04:11:56.622298Z 2022-03-09 04:11:56 622 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=0/1,p=0}@22986464 offer EatWhatYouKill@7d3c22a5/SelectorProducer@56f9de3b/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=0/1,p=0}][pc=0,pic=0,pec=22,epc=1730]@2022-03-09T04:11:56.622344Z 2022-03-09 04:11:56 622 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=0/1,p=1} startReservedThread p=1 2022-03-09 04:11:56 622 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue ReservedThreadExecutor@7345f97d{s=0/1,p=1}@53d03cab startThread=0 2022-03-09 04:11:56 622 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@7d3c22a5/SelectorProducer@56f9de3b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=0/1,p=1}][pc=0,pic=0,pec=22,epc=1730]@2022-03-09T04:11:56.622419Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@70e0b366{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2022-03-09 04:11:56 622 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=0/1,p=1}@22986464 task=EatWhatYouKill@7d3c22a5/SelectorProducer@56f9de3b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=0/1,p=1}][pc=0,pic=0,pec=22,epc=1730]@2022-03-09T04:11:56.622486Z 2022-03-09 04:11:56 622 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-28] invocationID:{InvocationID} - EatWhatYouKill@7d3c22a5/SelectorProducer@56f9de3b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=0/1,p=1}][pc=0,pic=0,pec=22,epc=1731]@2022-03-09T04:11:56.622522Z tryProduce true 2022-03-09 04:11:56 622 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 0 2022-03-09 04:11:56 622 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0 2022-03-09 04:11:56 622 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - run ReservedThreadExecutor@7345f97d{s=0/1,p=1}@53d03cab in InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=0/1,p=1}] 2022-03-09 04:11:56 622 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=1/1,p=1}@53d03cab started 2022-03-09 04:11:56 622 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@76546147{SSLC.NBReadCB@70e0b366{SslConnection@70e0b366::SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@70e0b366{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2022-03-09 04:11:56 622 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=1/1,p=0}@53d03cab waiting 2022-03-09 04:11:56 622 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@70e0b366{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:11:56 622 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 waiting with 1 keys 2022-03-09 04:11:56 622 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >c.onFillable SslConnection@70e0b366::SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@70e0b366{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:11:56 622 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - onFillable SslConnection@70e0b366::SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@70e0b366{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:11:56 622 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@38ad0058{AC.ReadCB@5f07fb1d{HttpConnection@5f07fb1d::DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=FI,flush=-,to=1/30000}}} 2022-03-09 04:11:56 622 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@5f07fb1d::DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2022-03-09 04:11:56 622 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >fill SslConnection@70e0b366::SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@70e0b366{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:11:56 622 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP 2022-03-09 04:11:56 623 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 219 HeapByteBuffer@1fe37d44[p=0,l=219,c=17408,r=219]={<<<\x17\x03\x03\x005\n|g=9\xC9B\xDf\x1f\xB1\xF6f\x81*\xEd\r\xD4`\xEa\x0b...\xA0\xBc\xAb\x9e1\x1a\xB0\x85\x19\xB7U\xE2'\xE7C\xB6\xEb\x0e\x9b\x97\x9b\xA6\xE8>>>\x00,\x00E\x00C\x13\x01\x96...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:11:56 623 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=219 2022-03-09 04:11:56 624 DEBUG [jdk.event.security][dw-24] invocationID:{InvocationID} - TLSHandshake: 10.233.66.214:41504, TLSv1.3, TLS_AES_128_GCM_SHA256, 0 2022-03-09 04:11:56 624 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=219 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=219,c=17408,r=161] unwrapBuffer=HeapByteBuffer@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#4\xFd\x8c ...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#4\xFd\x8c ...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:11:56 624 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - handshake succeeded SslConnection@70e0b366::SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@70e0b366{NOT_HANDSHAKING,eio=161/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} resumed server TLSv1.3/TLS_AES_128_GCM_SHA256 2022-03-09 04:11:56 624 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2022-03-09 04:11:56 624 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 0 HeapByteBuffer@1fe37d44[p=58,l=219,c=17408,r=161]={\x17\x03\x03\x005\x14\x00\x00 ...An\x8a~&\xE7\xBb<<<\x17\x03\x03\x00\x9ct\x1b\xB7\x8c>Y;\xD1w\x88\xB8\xEa\x04S9\xE6\xFe\xCd\x84\xC6...\xA0\xBc\xAb\x9e1\x1a\xB0\x85\x19\xB7U\xE2'\xE7C\xB6\xEb\x0e\x9b\x97\x9b\xA6\xE8>>>\x00,\x00E\x00C\x13\x01\x96...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:11:56 624 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=0 2022-03-09 04:11:56 624 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 161 bytesProduced = 139 encryptedBuffer=[p=219,l=219,c=17408,r=0] unwrapBuffer=HeapByteBuffer@469dc859[p=0,l=139,c=17408,r=139]={<< >>\xBeZSK\x85\x85\xB0d\xB7...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@469dc859[p=0,l=139,c=17408,r=139]={<< >>\xBeZSK\x85\x85\xB0d\xB7...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:11:56 624 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@70e0b366{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=START,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:11:56 624 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@5f07fb1d::DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=3/30000} filled 139 HeapByteBuffer@469dc859[p=0,l=139,c=17408,r=139]={<< >>\xBeZSK\x85\x85\xB0d\xB7...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:11:56 624 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@5f07fb1d::DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=3/30000} parse HeapByteBuffer@469dc859[p=0,l=139,c=17408,r=139]={<< >>\xBeZSK\x85\x85\xB0d\xB7...\x00\x00\x00\x00\x00\x00\x00} {} 2022-03-09 04:11:56 624 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@469dc859[p=0,l=139,c=17408,r=139]={<< >>\xBeZSK\x85\x85\xB0d\xB7...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:11:56 624 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - START --> SPACE1 2022-03-09 04:11:56 624 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - SPACE1 --> URI 2022-03-09 04:11:56 624 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - URI --> SPACE2 2022-03-09 04:11:56 624 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION 2022-03-09 04:11:56 624 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER 2022-03-09 04:11:56 624 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Host --> VALUE 2022-03-09 04:11:56 624 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE 2022-03-09 04:11:56 624 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Host --> FIELD 2022-03-09 04:11:56 624 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE 2022-03-09 04:11:56 624 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE 2022-03-09 04:11:56 624 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD 2022-03-09 04:11:56 624 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Accept: */* --> IN_VALUE 2022-03-09 04:11:56 624 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Accept: */* --> FIELD 2022-03-09 04:11:56 624 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE 2022-03-09 04:11:56 624 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD 2022-03-09 04:11:56 624 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER --> CONTENT 2022-03-09 04:11:56 624 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - REQUEST for //10.233.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} GET //10.233.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1 Host: 10.233.66.79:9101 User-Agent: kube-probe/1.22 Accept: */* Connection: close 2022-03-09 04:11:56 624 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@5f07fb1d::DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=3/30000} parsed true HttpParser{s=CONTENT,0 of -1} 2022-03-09 04:11:56 624 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@5f07fb1d::DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=3/30000} 2022-03-09 04:11:56 624 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - handle //10.233.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2022-03-09 04:11:56 624 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - handling HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2022-03-09 04:11:56 624 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2022-03-09 04:11:56 624 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-24] invocationID:{InvocationID} - Host 10.233.66.79 with SNI null 2022-03-09 04:11:56 624 DEBUG [org.eclipse.jetty.server.Server][dw-24] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2022-03-09 04:11:56 624 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-24] invocationID:{InvocationID} - GzipHandler@25699aa7{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck)@cbf0238 in null 2022-03-09 04:11:56 625 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-24] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@6a9b9909{/,null,AVAILABLE} 2022-03-09 04:11:56 625 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-24] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@6a9b9909{/,null,AVAILABLE} 2022-03-09 04:11:56 625 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-3bbb8c16@f20ad77d==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2022-03-09 04:11:56 625 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - chain=customFilter@6cc48a17==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-4f811029@4f811029==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-56a05324@56a05324==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-3bbb8c16@f20ad77d==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2022-03-09 04:11:56 625 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - call filter customFilter@6cc48a17==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true 2022-03-09 04:11:56 625 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - Entering. 2022-03-09 04:11:56 625 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation. 2022-03-09 04:11:56 625 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 7ff89dd1-fc3b-4c04-a177-709cad430757 2022-03-09 04:11:56 625 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - Invoking synchronously ... 2022-03-09 04:11:56 625 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-4f811029@4f811029==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true 2022-03-09 04:11:56 625 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-56a05324@56a05324==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true 2022-03-09 04:11:56 625 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-3bbb8c16@f20ad77d==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2022-03-09 04:11:56 626 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@25699aa7{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck)@cbf0238 2022-03-09 04:11:56 626 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@41caf87e exclude no deflater 2022-03-09 04:11:56 626 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@46612e22[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@14866721{null} 2022-03-09 04:11:56 626 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@5cf03a6c{s=HttpChannelState@60a24933{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} 200 OK HTTP/1.1 Connection: close Date: Wed, 09 Mar 2022 04:11:56 GMT X-TransactionID: 7ff89dd1-fc3b-4c04-a177-709cad430757 X-InvocationID: 22e6cbfa-a31c-458c-ad62-2ae92dcaae25 Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2022-03-09 04:11:56 626 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@605c094b[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@76c30436] (null,[p=0,l=4,c=8192,r=4],true)@START 2022-03-09 04:11:56 626 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@46612e22[p=0,l=4,c=8192,r=4]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:11:56 626 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close Date: Wed, 09 Mar 2022 04:11:56 GMT X-TransactionID: 7ff89dd1-fc3b-4c04-a177-709cad430757 X-InvocationID: 22e6cbfa-a31c-458c-ad62-2ae92dcaae25 Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2022-03-09 04:11:56 626 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT 2022-03-09 04:11:56 626 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@605c094b[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@76c30436] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING 2022-03-09 04:11:56 627 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@391c34f2{IDLE}->null [HeapByteBuffer@7d3cbcbc[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@46612e22[p=0,l=4,c=8192,r=4]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 2022-03-09 04:11:56 627 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@391c34f2{WRITING}->null:IDLE-->WRITING 2022-03-09 04:11:56 627 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@70e0b366::SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@70e0b366{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=W,to=6/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5892c744{s=COMPLETING}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2022-03-09 04:11:56 627 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@7d3cbcbc[p=0,l=252,c=8192,r=252]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:11:56 627 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@46612e22[p=0,l=4,c=8192,r=4]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:11:56 627 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING 2022-03-09 04:11:56 627 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 2022-03-09 04:11:56 627 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@70e0b366{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=W,to=6/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5892c744{s=COMPLETING}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2022-03-09 04:11:56 627 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2022-03-09 04:11:56 627 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@70e0b366{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=W,to=6/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5892c744{s=COMPLETING}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2022-03-09 04:11:56 627 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@391c34f2{WRITING}->null 2022-03-09 04:11:56 627 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@391c34f2{IDLE}->null:WRITING-->IDLE 2022-03-09 04:11:56 627 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@605c094b[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@76c30436] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2022-03-09 04:11:56 627 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@605c094b[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@76c30436] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2022-03-09 04:11:56 627 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=6/30000} 2022-03-09 04:11:56 627 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@70e0b366::SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@70e0b366{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5892c744{s=END}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} oshut=false, ishut=false 2022-03-09 04:11:56 627 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@70e0b366::SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@70e0b366{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5892c744{s=END}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2022-03-09 04:11:56 627 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@1babc6dc[p=0,l=0,c=0,r=0]={<<<>>>} 2022-03-09 04:11:56 627 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP 2022-03-09 04:11:56 628 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 2022-03-09 04:11:56 628 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@70e0b366{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5892c744{s=END}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2022-03-09 04:11:56 628 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2022-03-09 04:11:56 628 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@70e0b366{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5892c744{s=END}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2022-03-09 04:11:56 628 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@70e0b366{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5892c744{s=END}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2022-03-09 04:11:56 628 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@70e0b366::SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@70e0b366{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5892c744{s=END}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 10.233.66.214 - - [09/Mar/2022:04:11:56 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.22" 5 2022-03-09 04:11:56 628 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@76546147{SSLC.NBReadCB@70e0b366{SslConnection@70e0b366::SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@70e0b366{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5892c744{s=END}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}}} 2022-03-09 04:11:56 628 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@70e0b366{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OSHUTTING,fill=-,flush=-,to=7/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5892c744{s=END}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2022-03-09 04:11:56 628 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@3da8768 on ManagedSelector@3f3c5ecd{STARTED} id=0 keys=1 selected=0 updates=0 2022-03-09 04:11:56 628 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@3f3c5ecd{STARTED} id=0 keys=1 selected=0 updates=1 2022-03-09 04:11:56 628 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=3cf58832-7a18-4b2b-8567-4da065f494b0, referenceCounter=0, store size=0} on thread dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck 2022-03-09 04:11:56 628 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 woken with none selected 2022-03-09 04:11:56 628 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 woken up from select, 0/0/1 selected 2022-03-09 04:11:56 628 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 processing 0 keys, 1 updates 2022-03-09 04:11:56 628 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 1 2022-03-09 04:11:56 628 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$505/0x0000000100628840@3da8768 2022-03-09 04:11:56 628 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - Exiting. 2022-03-09 04:11:56 628 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@70e0b366{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5892c744{s=END}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2022-03-09 04:11:56 628 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0 2022-03-09 04:11:56 628 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 waiting with 1 keys 2022-03-09 04:11:56 628 DEBUG [org.eclipse.jetty.server.Server][dw-24] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2022-03-09 04:11:56 628 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - unhandle HttpChannelState@60a24933{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1} 2022-03-09 04:11:56 628 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 woken up from select, 1/1/1 selected 2022-03-09 04:11:56 628 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@60a24933{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2022-03-09 04:11:56 628 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2022-03-09 04:11:56 629 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - completed HttpChannelState@60a24933{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2022-03-09 04:11:56 629 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 processing 1 keys, 0 updates 2022-03-09 04:11:56 629 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - unhandle HttpChannelState@60a24933{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2022-03-09 04:11:56 629 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@60a24933{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2022-03-09 04:11:56 629 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2022-03-09 04:11:56 629 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4 2022-03-09 04:11:56 629 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - recycle HttpChannelState@60a24933{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2022-03-09 04:11:56 629 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1} 2022-03-09 04:11:56 629 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - CONTENT --> CLOSE 2022-03-09 04:11:56 629 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.66.79:9101 remote=/10.233.66.214:41504], selector=sun.nio.ch.EPollSelectorImpl@263d3db3, interestOps=1, readyOps=1 SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@70e0b366{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@5892c744{s=END}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=true/true,a=IDLE,uri=null,age=5} 2022-03-09 04:11:56 629 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:11:56 629 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >fill SslConnection@70e0b366::SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@70e0b366{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:11:56 629 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP 2022-03-09 04:11:56 629 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 24 HeapByteBuffer@1fe37d44[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13~\xB5C\x94\x01{6\xC1\xA8;\xEf\xF1\tsR\xA2[S\xF9>>>\x9e\xDa\xCe\xBd\x81\x8b}\xFd;...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:11:56 629 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=24 2022-03-09 04:11:56 629 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@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#:\xEe\x03\xC4...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#:\xEe\x03\xC4...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:11:56 629 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@70e0b366{NOT_HANDSHAKING,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:11:56 629 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@70e0b366{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:11:56 629 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1} 2022-03-09 04:11:56 629 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@5f07fb1d::DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OSHUT,fill=-,flush=-,to=8/30000} filled -1 HeapByteBuffer@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#:\xEe\x03\xC4...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:11:56 629 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OSHUT,fill=-,flush=-,to=8/30000} 2022-03-09 04:11:56 629 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close(null) DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OSHUT,fill=-,flush=-,to=8/30000} 2022-03-09 04:11:56 629 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - shutdownOutput: SslConnection@70e0b366::SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@70e0b366{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} oshut=true, ishut=false 2022-03-09 04:11:56 629 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - ensureFillInterested SslConnection@70e0b366::SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@70e0b366{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:11:56 630 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@70e0b366{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:11:56 630 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@70e0b366{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2022-03-09 04:11:56 630 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=1/1,p=0} tryExecute EatWhatYouKill@7d3c22a5/SelectorProducer@56f9de3b/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=1/1,p=0}][pc=0,pic=0,pec=22,epc=1731]@2022-03-09T04:11:56.630445Z 2022-03-09 04:11:56 630 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@70e0b366{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:11:56 630 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - doClose SocketChannelEndPoint@73f9b76e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@70e0b366{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=/10.233.66.79:9101,r=/10.233.66.214:41504,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:11:56 630 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=0/1,p=0}@53d03cab offer EatWhatYouKill@7d3c22a5/SelectorProducer@56f9de3b/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=0/1,p=0}][pc=0,pic=0,pec=22,epc=1731]@2022-03-09T04:11:56.630684Z 2022-03-09 04:11:56 630 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=0/1,p=1} startReservedThread p=1 2022-03-09 04:11:56 630 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - queue ReservedThreadExecutor@7345f97d{s=0/1,p=1}@18158fba startThread=0 2022-03-09 04:11:56 630 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - onClose FillInterest@76546147{SSLC.NBReadCB@70e0b366{SslConnection@70e0b366::SocketChannelEndPoint@73f9b76e{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@70e0b366{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2022-03-09 04:11:56 630 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=0/1,p=1}@53d03cab task=EatWhatYouKill@7d3c22a5/SelectorProducer@56f9de3b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=0/1,p=1}][pc=0,pic=0,pec=22,epc=1731]@2022-03-09T04:11:56.630854Z 2022-03-09 04:11:56 630 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-28] invocationID:{InvocationID} - EatWhatYouKill@7d3c22a5/SelectorProducer@56f9de3b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=0/1,p=1}][pc=0,pic=0,pec=22,epc=1731]@2022-03-09T04:11:56.630793Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@73f9b76e{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@70e0b366{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2022-03-09 04:11:56 630 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - fillable FillInterest@76546147{null} 2022-03-09 04:11:56 630 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - FillInterest@76546147{null} lost race null 2022-03-09 04:11:56 630 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - onFillableFail SslConnection@70e0b366::SocketChannelEndPoint@73f9b76e{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@70e0b366{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=9/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:11:56 630 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@7d3c22a5/SelectorProducer@56f9de3b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=0/1,p=1}][pc=0,pic=0,pec=22,epc=1732]@2022-03-09T04:11:56.63096Z tryProduce true 2022-03-09 04:11:56 630 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 0 2022-03-09 04:11:56 631 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0 2022-03-09 04:11:56 631 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - onFail FillInterest@38ad0058{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) 2022-03-09 04:11:56 631 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=1/1,p=1}@22986464 waiting 2022-03-09 04:11:56 631 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Wakeup ManagedSelector@3f3c5ecd{STARTED} id=0 keys=1 selected=1 updates=0 2022-03-09 04:11:56 631 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1e84e39f startThread=0 2022-03-09 04:11:56 631 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - onClose FillInterest@38ad0058{null} 2022-03-09 04:11:56 631 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@5f07fb1d::DecryptedEndPoint@5edec08e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10/30000} parse HeapByteBuffer@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#:\xEe\x03\xC4...\x00\x00\x00\x00\x00\x00\x00} {} 2022-03-09 04:11:56 631 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#:\xEe\x03\xC4...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:11:56 631 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - CLOSE --> CLOSED 2022-03-09 04:11:56 631 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@5f07fb1d::DecryptedEndPoint@5edec08e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2022-03-09 04:11:56 631 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@5f07fb1d::DecryptedEndPoint@5edec08e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10/30000} 2022-03-09 04:11:56 631 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Ignoring key update for cancelled key SocketChannelEndPoint@73f9b76e{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@70e0b366{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:11:56 631 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@5edec08e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10/30000} 2022-03-09 04:11:56 631 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@5f07fb1d::DecryptedEndPoint@5edec08e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10/30000} onFillable exit HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2022-03-09 04:11:56 631 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close SocketChannelEndPoint@73f9b76e{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@70e0b366{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:11:56 631 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@70e0b366{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:11:56 631 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=1/1,p=1}@7fbdc349 size 1 > capacity 2022-03-09 04:11:56 631 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran ReservedThreadExecutor@7345f97d{s=1/1,p=1}@7fbdc349 in InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=1/1,p=1}] 2022-03-09 04:11:56 631 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@73f9b76e{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@70e0b366{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:11:56 631 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 waiting with 1 keys 2022-03-09 04:11:56 631 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run ReservedThreadExecutor@7345f97d{s=1/1,p=1}@18158fba in InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=1/1,p=1}] 2022-03-09 04:11:56 631 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=1/1,p=1}@18158fba size 1 > capacity 2022-03-09 04:11:56 631 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran ReservedThreadExecutor@7345f97d{s=1/1,p=0}@18158fba in InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=1/1,p=0}] 2022-03-09 04:11:56 631 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 woken with none selected 2022-03-09 04:11:56 631 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 woken up from select, 0/0/0 selected 2022-03-09 04:11:56 631 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 processing 0 keys, 0 updates 2022-03-09 04:11:56 631 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 0 2022-03-09 04:11:56 631 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0 2022-03-09 04:11:56 631 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 waiting with 0 keys 2022-03-09 04:11:56 631 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1e84e39f in InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=1/1,p=0}] 2022-03-09 04:11:56 631 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@73f9b76e{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@70e0b366{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:11:56 631 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onClose HttpConnection@5f07fb1d::DecryptedEndPoint@5edec08e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10/30000} 2022-03-09 04:11:56 632 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onClose SslConnection@70e0b366::SocketChannelEndPoint@73f9b76e{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@70e0b366{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@5edec08e{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=10/30000}=>HttpConnection@5f07fb1d[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@5892c744{s=START}]=>HttpChannelOverHttp@5cf03a6c{s=HttpChannelState@60a24933{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:11:56 632 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@1e84e39f in InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=1/1,p=0}] 2022-03-09 04:11:59 297 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@4c15627d] obtained in 0 millis 2022-03-09 04:11:59 297 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@6cf6a167, maxRows=0, fetchSize=0, flags=16 2022-03-09 04:11:59 297 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Bind(stmt=S_1,portal=null) 2022-03-09 04:11:59 297 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Execute(portal=null,limit=0) 2022-03-09 04:11:59 297 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Sync 2022-03-09 04:11:59 299 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE BindComplete [unnamed] 2022-03-09 04:11:59 299 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE DataRow(len=51) 2022-03-09 04:11:59 299 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE CommandStatus(SELECT 1) 2022-03-09 04:11:59 299 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE ReadyForQuery(I) 2022-03-09 04:11:59 299 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - statement:[/* EngineEntityDao.getAllEntities */ SELECT * FROM ENGINE_ENTITY] took 2 millis 2022-03-09 04:11:59 300 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 2 2022-03-09 04:11:59 300 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getInt columnIndex: 3 2022-03-09 04:11:59 300 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getLong columnIndex: 4 2022-03-09 04:11:59 300 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@4c15627d] released 2022-03-09 04:11:59 300 INFO [org.onap.holmes.rulemgt.RuleAllocator][RuleAllocatorTimer] invocationID:{InvocationID} - There are 1 engine instance(s) running currently. 2022-03-09 04:11:59 300 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@372f7fcb] obtained in 0 millis 2022-03-09 04:11:59 301 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@310381cf, maxRows=0, fetchSize=0, flags=16 2022-03-09 04:11:59 301 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Bind(stmt=S_2,portal=null) 2022-03-09 04:11:59 301 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Execute(portal=null,limit=0) 2022-03-09 04:11:59 301 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Sync 2022-03-09 04:11:59 302 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE BindComplete [unnamed] 2022-03-09 04:11:59 302 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE DataRow(len=18) 2022-03-09 04:11:59 302 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE CommandStatus(SELECT 1) 2022-03-09 04:11:59 302 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE ReadyForQuery(I) 2022-03-09 04:11:59 302 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - statement:[/* EngineEntityDao.getLegacyEngines */ SELECT DISTINCT(ENGINEINSTANCE) FROM APLUS_RULE] took 1 millis 2022-03-09 04:11:59 302 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 1 2022-03-09 04:11:59 302 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@372f7fcb] released 2022-03-09 04:11:59 302 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@5abe25a3] obtained in 0 millis 2022-03-09 04:11:59 303 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@20af7d16, maxRows=0, fetchSize=0, flags=16 2022-03-09 04:11:59 303 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Bind(stmt=S_4,portal=null,$1=<'holmes-engine-mgmt'>,type=VARCHAR) 2022-03-09 04:11:59 303 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Execute(portal=null,limit=0) 2022-03-09 04:11:59 303 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Sync 2022-03-09 04:11:59 304 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE BindComplete [unnamed] 2022-03-09 04:11:59 304 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE DataRow(len=3,966) 2022-03-09 04:11:59 304 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE CommandStatus(SELECT 1) 2022-03-09 04:11:59 304 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE ReadyForQuery(I) 2022-03-09 04:11:59 304 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - statement:[/* CorrelationRuleDao.queryRuleByEngineInstance */ SELECT * FROM APLUS_RULE WHERE engineinstance=?] took 1 millis 2022-03-09 04:11:59 304 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 2 2022-03-09 04:11:59 304 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 1 2022-03-09 04:11:59 304 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 4 2022-03-09 04:11:59 305 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getInt columnIndex: 5 2022-03-09 04:11:59 305 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getInt columnIndex: 6 2022-03-09 04:11:59 305 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 7 2022-03-09 04:11:59 305 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 8 2022-03-09 04:11:59 305 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 9 2022-03-09 04:11:59 305 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 11 2022-03-09 04:11:59 305 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getObject columnIndex: 13 2022-03-09 04:11:59 305 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 14 2022-03-09 04:11:59 305 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 15 2022-03-09 04:11:59 305 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 17 2022-03-09 04:11:59 305 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 3 2022-03-09 04:11:59 306 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 16 2022-03-09 04:11:59 306 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@5abe25a3] released 2022-03-09 04:12:04 354 TRACE [org.skife.jdbi.v2.DBI][EngineInstanceController] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@35b14d89] obtained in 0 millis 2022-03-09 04:12:04 355 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EngineInstanceController] invocationID:{InvocationID} - simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@64ae67ad, maxRows=0, fetchSize=0, flags=16 2022-03-09 04:12:04 355 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EngineInstanceController] invocationID:{InvocationID} - FE=> Bind(stmt=S_1,portal=null) 2022-03-09 04:12:04 355 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EngineInstanceController] invocationID:{InvocationID} - FE=> Execute(portal=null,limit=0) 2022-03-09 04:12:04 355 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EngineInstanceController] invocationID:{InvocationID} - FE=> Sync 2022-03-09 04:12:04 356 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EngineInstanceController] invocationID:{InvocationID} - <=BE BindComplete [unnamed] 2022-03-09 04:12:04 356 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EngineInstanceController] invocationID:{InvocationID} - <=BE DataRow(len=51) 2022-03-09 04:12:04 356 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EngineInstanceController] invocationID:{InvocationID} - <=BE CommandStatus(SELECT 1) 2022-03-09 04:12:04 356 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EngineInstanceController] invocationID:{InvocationID} - <=BE ReadyForQuery(I) 2022-03-09 04:12:04 356 TRACE [org.skife.jdbi.v2.DBI][EngineInstanceController] invocationID:{InvocationID} - statement:[/* EngineEntityDao.getAllEntities */ SELECT * FROM ENGINE_ENTITY] took 1 millis 2022-03-09 04:12:04 357 TRACE [org.postgresql.jdbc.PgConnection][EngineInstanceController] invocationID:{InvocationID} - getString columnIndex: 2 2022-03-09 04:12:04 357 TRACE [org.postgresql.jdbc.PgConnection][EngineInstanceController] invocationID:{InvocationID} - getInt columnIndex: 3 2022-03-09 04:12:04 357 TRACE [org.postgresql.jdbc.PgConnection][EngineInstanceController] invocationID:{InvocationID} - getLong columnIndex: 4 2022-03-09 04:12:04 357 TRACE [org.skife.jdbi.v2.DBI][EngineInstanceController] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@35b14d89] released 2022-03-09 04:12:06 603 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@12aa381f-RuleActiveApp@4975dda1{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@56ca0bca[java.nio.channels.SocketChannel[connected local=/10.233.66.79:9101 remote=/10.233.66.214:41770]] on ManagedSelector@3f3c5ecd{STARTED} id=0 keys=0 selected=0 updates=0 2022-03-09 04:12:06 603 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@12aa381f-RuleActiveApp@4975dda1{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@3f3c5ecd{STARTED} id=0 keys=0 selected=0 updates=1 2022-03-09 04:12:06 603 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@12aa381f-RuleActiveApp@4975dda1{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@6a444ff4[java.nio.channels.SocketChannel[connected local=/10.233.66.79:9101 remote=/10.233.66.214:41772]] on ManagedSelector@3f3c5ecd{STARTED} id=0 keys=0 selected=0 updates=1 2022-03-09 04:12:06 603 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 woken with none selected 2022-03-09 04:12:06 603 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 woken up from select, 0/0/0 selected 2022-03-09 04:12:06 603 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 processing 0 keys, 2 updates 2022-03-09 04:12:06 603 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 2 2022-03-09 04:12:06 603 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - update Accept@56ca0bca[java.nio.channels.SocketChannel[connected local=/10.233.66.79:9101 remote=/10.233.66.214:41770]] 2022-03-09 04:12:06 604 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - queue Accept@56ca0bca[java.nio.channels.SocketChannel[connected local=/10.233.66.79:9101 remote=/10.233.66.214:41770]] startThread=0 2022-03-09 04:12:06 604 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - update Accept@6a444ff4[java.nio.channels.SocketChannel[connected local=/10.233.66.79:9101 remote=/10.233.66.214:41772]] 2022-03-09 04:12:06 604 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - queue Accept@6a444ff4[java.nio.channels.SocketChannel[connected local=/10.233.66.79:9101 remote=/10.233.66.214:41772]] startThread=0 2022-03-09 04:12:06 604 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0 2022-03-09 04:12:06 604 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 waiting with 2 keys 2022-03-09 04:12:06 604 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - run Accept@56ca0bca[java.nio.channels.SocketChannel[connected local=/10.233.66.79:9101 remote=/10.233.66.214:41770]] in InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=1/1,p=0}] 2022-03-09 04:12:06 604 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-23] invocationID:{InvocationID} - SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2022-03-09 04:12:06 604 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-23] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@1dc3be9f 2022-03-09 04:12:06 604 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run Accept@6a444ff4[java.nio.channels.SocketChannel[connected local=/10.233.66.79:9101 remote=/10.233.66.214:41772]] in InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=1/1,p=0}] 2022-03-09 04:12:06 604 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-26] invocationID:{InvocationID} - SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2022-03-09 04:12:06 604 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-23] invocationID:{InvocationID} - new HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=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@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2022-03-09 04:12:06 605 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - New HTTP Connection HttpConnection@341b50d4::DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=0/30000} 2022-03-09 04:12:06 605 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$511/0x000000010062f440@390f2d1c on ManagedSelector@3f3c5ecd{STARTED} id=0 keys=2 selected=0 updates=0 2022-03-09 04:12:06 605 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@5236855f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@341b50d4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 605 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-23] invocationID:{InvocationID} - onOpen SslConnection@5236855f::SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@5236855f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@341b50d4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 605 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-26] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@2b42e6d 2022-03-09 04:12:06 605 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-23] invocationID:{InvocationID} - onOpen HttpConnection@341b50d4::DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=0/30000} 2022-03-09 04:12:06 605 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-23] invocationID:{InvocationID} - fillInterested HttpConnection@341b50d4::DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=0/30000} 2022-03-09 04:12:06 605 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - interested FillInterest@6980152c{AC.ReadCB@341b50d4{HttpConnection@341b50d4::DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=FI,flush=-,to=0/30000}}} 2022-03-09 04:12:06 605 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@5236855f::SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@5236855f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@341b50d4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 605 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - SslConnection@5236855f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@341b50d4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 605 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - interested FillInterest@2927b2cd{SSLC.NBReadCB@5236855f{SslConnection@5236855f::SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@5236855f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@341b50d4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2022-03-09 04:12:06 605 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@5236855f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@341b50d4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 605 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$505/0x0000000100628840@4f5dc6cb on ManagedSelector@3f3c5ecd{STARTED} id=0 keys=2 selected=0 updates=1 2022-03-09 04:12:06 605 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@3f3c5ecd{STARTED} id=0 keys=2 selected=0 updates=2 2022-03-09 04:12:06 605 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Created SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@5236855f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@341b50d4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 605 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 woken with none selected 2022-03-09 04:12:06 606 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - ran Accept@56ca0bca[java.nio.channels.SocketChannel[connected local=/10.233.66.79:9101 remote=/10.233.66.214:41770]] in InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=1/1,p=0}] 2022-03-09 04:12:06 606 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 woken up from select, 0/0/2 selected 2022-03-09 04:12:06 606 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 processing 0 keys, 2 updates 2022-03-09 04:12:06 606 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 2 2022-03-09 04:12:06 606 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$511/0x000000010062f440@390f2d1c 2022-03-09 04:12:06 606 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$505/0x0000000100628840@4f5dc6cb 2022-03-09 04:12:06 606 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@5236855f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@341b50d4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 606 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0 2022-03-09 04:12:06 606 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 waiting with 2 keys 2022-03-09 04:12:06 606 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 woken up from select, 1/1/2 selected 2022-03-09 04:12:06 606 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - new HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=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@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=1/30000},null,HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2022-03-09 04:12:06 607 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - New HTTP Connection HttpConnection@732231b5::DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=1/30000} 2022-03-09 04:12:06 607 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 processing 1 keys, 0 updates 2022-03-09 04:12:06 607 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$511/0x000000010062f440@6b593d63 on ManagedSelector@3f3c5ecd{STARTED} id=0 keys=2 selected=1 updates=0 2022-03-09 04:12:06 607 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.66.79:9101 remote=/10.233.66.214:41770], selector=sun.nio.ch.EPollSelectorImpl@263d3db3, interestOps=1, readyOps=1 SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@5236855f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@341b50d4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 607 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@45649f32{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@732231b5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 607 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - onOpen SslConnection@45649f32::SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=0}->SslConnection@45649f32{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@732231b5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 607 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - onOpen HttpConnection@732231b5::DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=2/30000} 2022-03-09 04:12:06 607 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@5236855f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@341b50d4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 607 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - fillInterested HttpConnection@732231b5::DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=2/30000} 2022-03-09 04:12:06 607 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@42de3dbc{AC.ReadCB@732231b5{HttpConnection@732231b5::DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=FI,flush=-,to=0/30000}}} 2022-03-09 04:12:06 608 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@5236855f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@341b50d4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2022-03-09 04:12:06 608 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@45649f32::SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=0}->SslConnection@45649f32{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@732231b5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 608 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=1/1,p=0} tryExecute EatWhatYouKill@7d3c22a5/SelectorProducer@56f9de3b/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=1/1,p=0}][pc=0,pic=0,pec=22,epc=1732]@2022-03-09T04:12:06.608311Z 2022-03-09 04:12:06 608 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@5236855f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@341b50d4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2022-03-09 04:12:06 608 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=1/1,p=0}@28c1aff9 waiting 2022-03-09 04:12:06 608 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=FI,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@5236855f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@341b50d4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 608 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 waiting with 2 keys 2022-03-09 04:12:06 608 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@2927b2cd{SSLC.NBReadCB@5236855f{SslConnection@5236855f::SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=FI,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@5236855f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@341b50d4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2022-03-09 04:12:06 609 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >c.onFillable SslConnection@5236855f::SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@5236855f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@341b50d4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 609 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - ensureFillInterested SslConnection@45649f32::SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=0}->SslConnection@45649f32{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@732231b5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 609 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - onFillable SslConnection@5236855f::SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@5236855f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@341b50d4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 609 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@604ea2a1{SSLC.NBReadCB@45649f32{SslConnection@45649f32::SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@45649f32{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@732231b5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2022-03-09 04:12:06 609 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@6980152c{AC.ReadCB@341b50d4{HttpConnection@341b50d4::DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=FI,flush=-,to=4/30000}}} 2022-03-09 04:12:06 609 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@45649f32{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@732231b5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 609 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@341b50d4::DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=4/30000} onFillable enter HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2022-03-09 04:12:06 609 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$505/0x0000000100628840@1b23c95 on ManagedSelector@3f3c5ecd{STARTED} id=0 keys=2 selected=0 updates=0 2022-03-09 04:12:06 609 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@3f3c5ecd{STARTED} id=0 keys=2 selected=0 updates=1 2022-03-09 04:12:06 610 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 woken with none selected 2022-03-09 04:12:06 610 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 woken up from select, 0/0/2 selected 2022-03-09 04:12:06 610 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 processing 0 keys, 1 updates 2022-03-09 04:12:06 610 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 1 2022-03-09 04:12:06 610 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$505/0x0000000100628840@1b23c95 2022-03-09 04:12:06 610 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >fill SslConnection@5236855f::SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@5236855f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@341b50d4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 610 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2022-03-09 04:12:06 610 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@45649f32{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@732231b5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 610 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0 2022-03-09 04:12:06 610 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 waiting with 2 keys 2022-03-09 04:12:06 610 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 woken up from select, 1/1/2 selected 2022-03-09 04:12:06 610 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 processing 1 keys, 0 updates 2022-03-09 04:12:06 610 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.66.79:9101 remote=/10.233.66.214:41772], selector=sun.nio.ch.EPollSelectorImpl@263d3db3, interestOps=1, readyOps=1 SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@45649f32{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@732231b5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 610 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@45649f32{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@732231b5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 610 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@45649f32{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@732231b5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2022-03-09 04:12:06 610 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=1/1,p=0} tryExecute EatWhatYouKill@7d3c22a5/SelectorProducer@56f9de3b/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=1/1,p=0}][pc=0,pic=0,pec=22,epc=1733]@2022-03-09T04:12:06.610889Z 2022-03-09 04:12:06 610 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=0/1,p=0}@28c1aff9 offer EatWhatYouKill@7d3c22a5/SelectorProducer@56f9de3b/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=0/1,p=0}][pc=0,pic=0,pec=22,epc=1733]@2022-03-09T04:12:06.610949Z 2022-03-09 04:12:06 610 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=0/1,p=1} startReservedThread p=1 2022-03-09 04:12:06 611 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - queue ReservedThreadExecutor@7345f97d{s=0/1,p=1}@6a9a3453 startThread=0 2022-03-09 04:12:06 611 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=0/1,p=1}@28c1aff9 task=EatWhatYouKill@7d3c22a5/SelectorProducer@56f9de3b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=0/1,p=1}][pc=0,pic=0,pec=22,epc=1733]@2022-03-09T04:12:06.611069Z 2022-03-09 04:12:06 611 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-28] invocationID:{InvocationID} - EatWhatYouKill@7d3c22a5/SelectorProducer@56f9de3b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=0/1,p=1}][pc=0,pic=0,pec=22,epc=1733]@2022-03-09T04:12:06.611023Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@45649f32{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@732231b5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2022-03-09 04:12:06 611 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - run ReservedThreadExecutor@7345f97d{s=0/1,p=1}@6a9a3453 in InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=0/1,p=1}] 2022-03-09 04:12:06 611 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=1/1,p=1}@6a9a3453 started 2022-03-09 04:12:06 611 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=1/1,p=0}@6a9a3453 waiting 2022-03-09 04:12:06 611 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@7d3c22a5/SelectorProducer@56f9de3b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=1/1,p=0}][pc=0,pic=0,pec=22,epc=1734]@2022-03-09T04:12:06.61112Z tryProduce true 2022-03-09 04:12:06 611 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 0 2022-03-09 04:12:06 611 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0 2022-03-09 04:12:06 611 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - fillable FillInterest@604ea2a1{SSLC.NBReadCB@45649f32{SslConnection@45649f32::SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@45649f32{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@732231b5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2022-03-09 04:12:06 611 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@45649f32{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@732231b5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 611 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >c.onFillable SslConnection@45649f32::SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@45649f32{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@732231b5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 611 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 waiting with 2 keys 2022-03-09 04:12:06 611 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - onFillable SslConnection@45649f32::SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@45649f32{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=FI,flush=-,to=3/30000}=>HttpConnection@732231b5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 611 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - fillable FillInterest@42de3dbc{AC.ReadCB@732231b5{HttpConnection@732231b5::DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=FI,flush=-,to=3/30000}}} 2022-03-09 04:12:06 611 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@732231b5::DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=3/30000} onFillable enter HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2022-03-09 04:12:06 611 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >fill SslConnection@45649f32::SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@45649f32{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@732231b5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 611 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2022-03-09 04:12:06 611 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 261 HeapByteBuffer@1bdcfae7[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\x1f\x05\x89\xC6J\x9fB\xD6\xE0\xC5\xF0\xF9XP...\xFa\x99\x05\xAbN\xB1\xA6\x96\xD2\xA4+S\xF1\xDb\xF2D\x8eW\xFb\xE6\x9b}\x05>>>;$y#\xE2H\x83\xEf[...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:06 611 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=261 2022-03-09 04:12:06 611 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill starting handshake SslConnection@45649f32::SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@45649f32{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@732231b5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 611 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 261 HeapByteBuffer@1fe37d44[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\xEa\xDd+\x95v\xAa\xC1}.\x12\xCa\xDc\x15\xD7...Y3\x8d=\x1b%\x1b@\xB1\x7f\x19\xDb\x08Z\xA3\xAc\xFa\xE7s\xE4\x07\xAeb>>>\t\x0f\xA5*WG\xAf\xC3`...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:06 611 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=261 2022-03-09 04:12:06 611 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill starting handshake SslConnection@5236855f::SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5236855f{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@341b50d4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 612 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] 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@50a917c2[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\ny\xFa\x93\xBay...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@50a917c2[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\ny\xFa\x93\xBay...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:06 612 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_TASK 2022-03-09 04:12:06 612 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_WRAP 2022-03-09 04:12:06 612 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - unwrap net_filled=261 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 261 bytesProduced = 0 encryptedBuffer=[p=261,l=261,c=17408,r=0] unwrapBuffer=HeapByteBuffer@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#:\xEe\x03\xC4...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#:\xEe\x03\xC4...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:06 612 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_TASK 2022-03-09 04:12:06 613 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_WRAP 2022-03-09 04:12:06 613 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >flush SslConnection@5236855f::SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5236855f{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=7/30000}=>HttpConnection@341b50d4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 613 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@1babc6dc[p=0,l=0,c=0,r=0]={<<<>>>} 2022-03-09 04:12:06 613 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - flush NEED_WRAP 2022-03-09 04:12:06 613 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false 2022-03-09 04:12:06 613 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5236855f{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@341b50d4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 613 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net flushed=true, ac=true 2022-03-09 04:12:06 613 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >flush SslConnection@45649f32::SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@45649f32{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@732231b5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 613 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@1babc6dc[p=0,l=0,c=0,r=0]={<<<>>>} 2022-03-09 04:12:06 613 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - flush NEED_WRAP 2022-03-09 04:12:06 613 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false 2022-03-09 04:12:06 613 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - SslConnection@5236855f{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@341b50d4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 613 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_UNWRAP 2022-03-09 04:12:06 614 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@45649f32{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@732231b5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 614 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net flushed=true, ac=true 2022-03-09 04:12:06 614 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 6 HeapByteBuffer@1fe37d44[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x03\xEa\xDd+\x95...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:06 614 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=6 2022-03-09 04:12:06 614 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] 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@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#:\xEe\x03\xC4...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#:\xEe\x03\xC4...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:06 614 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - SslConnection@45649f32{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@732231b5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 614 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_UNWRAP 2022-03-09 04:12:06 614 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 367 HeapByteBuffer@1fe37d44[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xEa\xDd+\x95v\xAa\xC1}.\x12\xCa\xDc\x15\xD7...\xD1\xCe7\xD55\xA1B-0!\xD0N\xBe\x13#{u~\xAe\xE1\xCb`\x8d>>>\xE4\xDa2\nX\x8cb\xF0\x8d...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:06 614 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=367 2022-03-09 04:12:06 614 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] 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@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#:\xEe\x03\xC4...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#:\xEe\x03\xC4...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:06 614 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_TASK 2022-03-09 04:12:06 614 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Created SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@45649f32{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=6/30000}=>HttpConnection@732231b5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 614 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - ran Accept@6a444ff4[java.nio.channels.SocketChannel[connected local=/10.233.66.79:9101 remote=/10.233.66.214:41772]] in InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=1/1,p=0}] 2022-03-09 04:12:06 617 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_UNWRAP 2022-03-09 04:12:06 617 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 373 HeapByteBuffer@1bdcfae7[p=0,l=373,c=17408,r=373]={<<<\x14\x03\x03\x00\x01\x01\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\x1f\x05\x89\xC6J\x9fB\xD6...\xFf\x92\x04\xF3\xB8p?\x1f\xF3\xE0Q\xBc\x19\t\xBf8\xD2f}\xC3\x90\xAa\xC6>>>\xA4^\x9f\xF0Y6\x98\xD5\xB1...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:06 617 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=373 2022-03-09 04:12:06 617 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] 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@50a917c2[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\ny\xFa\x93\xBay...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@50a917c2[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\ny\xFa\x93\xBay...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:06 617 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_UNWRAP 2022-03-09 04:12:06 617 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 0 HeapByteBuffer@1bdcfae7[p=6,l=373,c=17408,r=367]={\x14\x03\x03\x00\x01\x01<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\x1f\x05\x89\xC6J\x9fB\xD6\xE0\xC5\xF0\xF9XP...\xFf\x92\x04\xF3\xB8p?\x1f\xF3\xE0Q\xBc\x19\t\xBf8\xD2f}\xC3\x90\xAa\xC6>>>\xA4^\x9f\xF0Y6\x98\xD5\xB1...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:06 617 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=0 2022-03-09 04:12:06 617 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] 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@50a917c2[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\ny\xFa\x93\xBay...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@50a917c2[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\ny\xFa\x93\xBay...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:06 617 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_TASK 2022-03-09 04:12:06 619 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-25] invocationID:{InvocationID} - Chose alias holmes-rule-mgmt@holmes-rule-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@1dc3be9f 2022-03-09 04:12:06 621 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-28] invocationID:{InvocationID} - Chose alias holmes-rule-mgmt@holmes-rule-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@2b42e6d 2022-03-09 04:12:06 623 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_WRAP 2022-03-09 04:12:06 623 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >flush SslConnection@5236855f::SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->SslConnection@5236855f{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=18/30000}=>HttpConnection@341b50d4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 623 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_WRAP 2022-03-09 04:12:06 623 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@1babc6dc[p=0,l=0,c=0,r=0]={<<<>>>} 2022-03-09 04:12:06 623 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - flush NEED_WRAP 2022-03-09 04:12:06 623 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false 2022-03-09 04:12:06 623 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >flush SslConnection@45649f32::SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@45649f32{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@732231b5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 623 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@1babc6dc[p=0,l=0,c=0,r=0]={<<<>>>} 2022-03-09 04:12:06 623 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - flush NEED_WRAP 2022-03-09 04:12:06 623 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false 2022-03-09 04:12:06 623 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->SslConnection@5236855f{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=18/30000}=>HttpConnection@341b50d4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 623 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net flushed=true, ac=true 2022-03-09 04:12:06 623 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - flush NEED_WRAP 2022-03-09 04:12:06 623 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false 2022-03-09 04:12:06 624 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@45649f32{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@732231b5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 624 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net flushed=true, ac=true 2022-03-09 04:12:06 624 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - flush NEED_WRAP 2022-03-09 04:12:06 624 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false 2022-03-09 04:12:06 624 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5236855f{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=18/30000}=>HttpConnection@341b50d4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 624 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net flushed=true, ac=true 2022-03-09 04:12:06 624 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - flush NEED_WRAP 2022-03-09 04:12:06 624 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@45649f32{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@732231b5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 624 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net flushed=true, ac=true 2022-03-09 04:12:06 624 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - flush NEED_WRAP 2022-03-09 04:12:06 624 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2686 sequenceNumber = 0 [p=0,l=2686,c=17408,r=2686] ioDone=false/false 2022-03-09 04:12:06 624 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2686 sequenceNumber = 0 [p=0,l=2686,c=17408,r=2686] ioDone=false/false 2022-03-09 04:12:06 624 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - flushed 2686 SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@45649f32{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@732231b5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 624 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net flushed=true, ac=true 2022-03-09 04:12:06 624 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - SslConnection@45649f32{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@732231b5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 624 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - flushed 2686 SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5236855f{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=19/30000}=>HttpConnection@341b50d4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 624 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net flushed=true, ac=true 2022-03-09 04:12:06 624 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_UNWRAP 2022-03-09 04:12:06 624 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 0 HeapByteBuffer@1bdcfae7[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x16\x03\x03...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:06 624 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=0 2022-03-09 04:12:06 624 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] 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@50a917c2[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\ny\xFa\x93\xBay...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@50a917c2[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\ny\xFa\x93\xBay...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:06 624 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - SslConnection@45649f32{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=16/30000}=>HttpConnection@732231b5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 624 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - SslConnection@5236855f{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=19/30000}=>HttpConnection@341b50d4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 624 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_UNWRAP 2022-03-09 04:12:06 625 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >fill SslConnection@45649f32::SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@45649f32{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=17/30000}=>HttpConnection@732231b5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 625 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 0 HeapByteBuffer@1fe37d44[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:06 625 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=0 2022-03-09 04:12:06 625 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_UNWRAP 2022-03-09 04:12:06 625 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#:\xEe\x03\xC4...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#:\xEe\x03\xC4...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:06 625 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 0 HeapByteBuffer@1fe37d44[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:06 625 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=0 2022-03-09 04:12:06 625 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] 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@50a917c2[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\ny\xFa\x93\xBay...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@50a917c2[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\ny\xFa\x93\xBay...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:06 625 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - SslConnection@5236855f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=19/30000}=>HttpConnection@341b50d4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 625 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - SslConnection@45649f32{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=17/30000}=>HttpConnection@732231b5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 625 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >fill SslConnection@5236855f::SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5236855f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=19/30000}=>HttpConnection@341b50d4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 625 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_UNWRAP 2022-03-09 04:12:06 625 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 0 HeapByteBuffer@1fe37d44[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:06 625 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@732231b5::DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=17/30000} filled 0 HeapByteBuffer@50a917c2[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\ny\xFa\x93\xBay...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:06 625 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=0 2022-03-09 04:12:06 625 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#:\xEe\x03\xC4...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#:\xEe\x03\xC4...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:06 625 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@732231b5::DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=17/30000} parse HeapByteBuffer@50a917c2[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\ny\xFa\x93\xBay...\x00\x00\x00\x00\x00\x00\x00} {} 2022-03-09 04:12:06 625 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@50a917c2[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\ny\xFa\x93\xBay...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:06 625 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@732231b5::DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=17/30000} parsed false HttpParser{s=START,0 of -1} 2022-03-09 04:12:06 625 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@732231b5::DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=17/30000} 2022-03-09 04:12:06 625 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - SslConnection@5236855f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=19/30000}=>HttpConnection@341b50d4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 625 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - fillInterested HttpConnection@732231b5::DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=17/30000} 2022-03-09 04:12:06 625 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@341b50d4::DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=20/30000} filled 0 HeapByteBuffer@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#:\xEe\x03\xC4...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:06 625 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@341b50d4::DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=20/30000} parse HeapByteBuffer@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#:\xEe\x03\xC4...\x00\x00\x00\x00\x00\x00\x00} {} 2022-03-09 04:12:06 625 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - interested FillInterest@42de3dbc{AC.ReadCB@732231b5{HttpConnection@732231b5::DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=FI,flush=-,to=0/30000}}} 2022-03-09 04:12:06 625 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#:\xEe\x03\xC4...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:06 625 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@341b50d4::DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=20/30000} parsed false HttpParser{s=START,0 of -1} 2022-03-09 04:12:06 625 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@341b50d4::DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=20/30000} 2022-03-09 04:12:06 625 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@45649f32::SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@45649f32{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@732231b5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 625 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - SslConnection@45649f32{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@732231b5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 625 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@5236855f::SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5236855f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@341b50d4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 625 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - SslConnection@45649f32{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@732231b5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2022-03-09 04:12:06 625 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - ensureFillInterested SslConnection@5236855f::SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5236855f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@341b50d4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 626 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@45649f32{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@732231b5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 626 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$505/0x0000000100628840@1b23c95 on ManagedSelector@3f3c5ecd{STARTED} id=0 keys=2 selected=0 updates=0 2022-03-09 04:12:06 626 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@3f3c5ecd{STARTED} id=0 keys=2 selected=0 updates=1 2022-03-09 04:12:06 626 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - interested FillInterest@2927b2cd{SSLC.NBReadCB@5236855f{SslConnection@5236855f::SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5236855f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@341b50d4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2022-03-09 04:12:06 626 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@732231b5::DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2022-03-09 04:12:06 626 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 woken with none selected 2022-03-09 04:12:06 626 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@5236855f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@341b50d4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 626 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$505/0x0000000100628840@4f5dc6cb on ManagedSelector@3f3c5ecd{STARTED} id=0 keys=2 selected=0 updates=1 2022-03-09 04:12:06 626 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - SslConnection@45649f32{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@732231b5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 626 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 woken up from select, 0/0/2 selected 2022-03-09 04:12:06 626 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 processing 0 keys, 1 updates 2022-03-09 04:12:06 626 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 2 2022-03-09 04:12:06 626 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$505/0x0000000100628840@1b23c95 2022-03-09 04:12:06 626 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=1/1,p=0}@22986464 size 1 > capacity 2022-03-09 04:12:06 626 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@341b50d4::DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2022-03-09 04:12:06 626 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran ReservedThreadExecutor@7345f97d{s=1/1,p=0}@22986464 in InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=1/1,p=0}] 2022-03-09 04:12:06 626 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@45649f32{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@732231b5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 626 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - SslConnection@5236855f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@341b50d4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 626 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=1/1,p=0}@53d03cab size 1 > capacity 2022-03-09 04:12:06 626 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$505/0x0000000100628840@4f5dc6cb 2022-03-09 04:12:06 626 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - ran ReservedThreadExecutor@7345f97d{s=1/1,p=0}@53d03cab in InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=1/1,p=0}] 2022-03-09 04:12:06 626 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@5236855f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@341b50d4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 626 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0 2022-03-09 04:12:06 626 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 waiting with 2 keys 2022-03-09 04:12:06 626 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 woken up from select, 1/1/2 selected 2022-03-09 04:12:06 626 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 processing 1 keys, 0 updates 2022-03-09 04:12:06 626 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.66.79:9101 remote=/10.233.66.214:41772], selector=sun.nio.ch.EPollSelectorImpl@263d3db3, interestOps=1, readyOps=1 SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@45649f32{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@732231b5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 627 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@45649f32{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@732231b5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 627 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@45649f32{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@732231b5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2022-03-09 04:12:06 627 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=1/1,p=0} tryExecute EatWhatYouKill@7d3c22a5/SelectorProducer@56f9de3b/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=1/1,p=0}][pc=0,pic=0,pec=22,epc=1734]@2022-03-09T04:12:06.627309Z 2022-03-09 04:12:06 627 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=0/1,p=0}@6a9a3453 offer EatWhatYouKill@7d3c22a5/SelectorProducer@56f9de3b/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=0/1,p=0}][pc=0,pic=0,pec=22,epc=1734]@2022-03-09T04:12:06.627409Z 2022-03-09 04:12:06 627 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=0/1,p=1} startReservedThread p=1 2022-03-09 04:12:06 627 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue ReservedThreadExecutor@7345f97d{s=0/1,p=1}@1e12a755 startThread=0 2022-03-09 04:12:06 627 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@7d3c22a5/SelectorProducer@56f9de3b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=0/1,p=1}][pc=0,pic=0,pec=22,epc=1734]@2022-03-09T04:12:06.627595Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@45649f32{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@732231b5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2022-03-09 04:12:06 627 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - run ReservedThreadExecutor@7345f97d{s=0/1,p=1}@1e12a755 in InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=0/1,p=1}] 2022-03-09 04:12:06 627 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=1/1,p=1}@1e12a755 started 2022-03-09 04:12:06 627 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=1/1,p=0}@1e12a755 waiting 2022-03-09 04:12:06 627 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@604ea2a1{SSLC.NBReadCB@45649f32{SslConnection@45649f32::SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@45649f32{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@732231b5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2022-03-09 04:12:06 627 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=1/1,p=0}@6a9a3453 task=EatWhatYouKill@7d3c22a5/SelectorProducer@56f9de3b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=1/1,p=0}][pc=0,pic=0,pec=22,epc=1735]@2022-03-09T04:12:06.62788Z 2022-03-09 04:12:06 627 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-21] invocationID:{InvocationID} - EatWhatYouKill@7d3c22a5/SelectorProducer@56f9de3b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=1/1,p=0}][pc=0,pic=0,pec=22,epc=1735]@2022-03-09T04:12:06.627929Z tryProduce true 2022-03-09 04:12:06 627 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updateable 0 2022-03-09 04:12:06 627 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >c.onFillable SslConnection@45649f32::SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@45649f32{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@732231b5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 627 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updates 0 2022-03-09 04:12:06 628 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - onFillable SslConnection@45649f32::SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@45649f32{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@732231b5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 628 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@45649f32{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@732231b5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 628 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@42de3dbc{AC.ReadCB@732231b5{HttpConnection@732231b5::DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=FI,flush=-,to=2/30000}}} 2022-03-09 04:12:06 628 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 waiting with 2 keys 2022-03-09 04:12:06 628 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 woken up from select, 1/1/2 selected 2022-03-09 04:12:06 628 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@732231b5::DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2022-03-09 04:12:06 628 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 processing 1 keys, 0 updates 2022-03-09 04:12:06 628 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >fill SslConnection@45649f32::SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@45649f32{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@732231b5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 628 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP 2022-03-09 04:12:06 628 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.66.79:9101 remote=/10.233.66.214:41770], selector=sun.nio.ch.EPollSelectorImpl@263d3db3, interestOps=1, readyOps=1 SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=FI,flush=-,to=2/30000}{io=1/1,kio=1,kro=1}->SslConnection@5236855f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@341b50d4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 632 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@5236855f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@341b50d4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 633 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 219 HeapByteBuffer@50a917c2[p=0,l=219,c=17408,r=219]={<<<\x17\x03\x03\x0054\x81\x93`v\xAe\x81tR\x06\x98X\x068\x10\x97\x88\x01\x8f\x96...dU\x85\xC9\x93\xC5\xDe\x0c\x07\x0b~\xB5\xC7\xFa\xC8\xD3m\xEc5\x8e\x19#!>>>\x82\xA0\xA5\x1a28\xF5\xD8x...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:06 633 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=219 2022-03-09 04:12:06 633 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=FI,flush=-,to=7/30000}{io=1/0,kio=1,kro=1}->SslConnection@5236855f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=FI,flush=-,to=7/30000}=>HttpConnection@341b50d4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2022-03-09 04:12:06 633 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=1/1,p=0} tryExecute EatWhatYouKill@7d3c22a5/SelectorProducer@56f9de3b/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=1/1,p=0}][pc=0,pic=0,pec=22,epc=1735]@2022-03-09T04:12:06.633759Z 2022-03-09 04:12:06 633 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=0/1,p=0}@1e12a755 offer EatWhatYouKill@7d3c22a5/SelectorProducer@56f9de3b/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=0/1,p=0}][pc=0,pic=0,pec=22,epc=1735]@2022-03-09T04:12:06.633803Z 2022-03-09 04:12:06 633 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=0/1,p=1} startReservedThread p=1 2022-03-09 04:12:06 633 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - queue ReservedThreadExecutor@7345f97d{s=0/1,p=1}@51752b5a startThread=0 2022-03-09 04:12:06 633 DEBUG [jdk.event.security][dw-24] invocationID:{InvocationID} - TLSHandshake: 10.233.66.214:41772, TLSv1.3, TLS_AES_128_GCM_SHA256, 0 2022-03-09 04:12:06 633 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - run ReservedThreadExecutor@7345f97d{s=0/1,p=1}@51752b5a in InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=0/1,p=1}] 2022-03-09 04:12:06 634 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=219 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=219,c=17408,r=161] unwrapBuffer=HeapByteBuffer@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#:\xEe\x03\xC4...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#:\xEe\x03\xC4...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:06 634 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=1/1,p=1}@51752b5a started 2022-03-09 04:12:06 634 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=1/1,p=0}@51752b5a waiting 2022-03-09 04:12:06 634 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - handshake succeeded SslConnection@45649f32::SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@45649f32{NOT_HANDSHAKING,eio=161/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@732231b5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} resumed server TLSv1.3/TLS_AES_128_GCM_SHA256 2022-03-09 04:12:06 634 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2022-03-09 04:12:06 634 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=0/1,p=1}@1e12a755 task=EatWhatYouKill@7d3c22a5/SelectorProducer@56f9de3b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=1/1,p=0}][pc=0,pic=0,pec=22,epc=1735]@2022-03-09T04:12:06.634089Z 2022-03-09 04:12:06 634 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 0 HeapByteBuffer@50a917c2[p=58,l=219,c=17408,r=161]={\x17\x03\x03\x005\x14\x00\x00 ...\x14\xE6*X\xC2xo<<<\x17\x03\x03\x00\x9cJ.\x08\x87\n\x0fw\xF0\xEc\xB0>>\x82\xA0\xA5\x1a28\xF5\xD8x...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:06 634 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=0 2022-03-09 04:12:06 634 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 161 bytesProduced = 139 encryptedBuffer=[p=219,l=219,c=17408,r=0] unwrapBuffer=HeapByteBuffer@469dc859[p=0,l=139,c=17408,r=139]={<< >>ha\tB0\xD8\xDf\xEd[...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@469dc859[p=0,l=139,c=17408,r=139]={<< >>ha\tB0\xD8\xDf\xEd[...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:06 634 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@7d3c22a5/SelectorProducer@56f9de3b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=1/1,p=0}][pc=0,pic=0,pec=22,epc=1735]@2022-03-09T04:12:06.634233Z tryProduce true 2022-03-09 04:12:06 634 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 0 2022-03-09 04:12:06 634 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0 2022-03-09 04:12:06 634 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-21] invocationID:{InvocationID} - EatWhatYouKill@7d3c22a5/SelectorProducer@56f9de3b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=1/1,p=0}][pc=0,pic=0,pec=22,epc=1735]@2022-03-09T04:12:06.634183Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=FI,flush=-,to=8/30000}{io=1/0,kio=1,kro=1}->SslConnection@5236855f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=FI,flush=-,to=8/30000}=>HttpConnection@341b50d4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2022-03-09 04:12:06 634 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@45649f32{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=8/30000}=>HttpConnection@732231b5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 634 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@732231b5::DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=8/30000} filled 139 HeapByteBuffer@469dc859[p=0,l=139,c=17408,r=139]={<< >>ha\tB0\xD8\xDf\xEd[...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:06 634 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@732231b5::DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=8/30000} parse HeapByteBuffer@469dc859[p=0,l=139,c=17408,r=139]={<< >>ha\tB0\xD8\xDf\xEd[...\x00\x00\x00\x00\x00\x00\x00} {} 2022-03-09 04:12:06 634 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@469dc859[p=0,l=139,c=17408,r=139]={<< >>ha\tB0\xD8\xDf\xEd[...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:06 634 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - START --> SPACE1 2022-03-09 04:12:06 634 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - SPACE1 --> URI 2022-03-09 04:12:06 634 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - URI --> SPACE2 2022-03-09 04:12:06 634 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION 2022-03-09 04:12:06 634 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER 2022-03-09 04:12:06 634 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Host --> VALUE 2022-03-09 04:12:06 634 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - fillable FillInterest@2927b2cd{SSLC.NBReadCB@5236855f{SslConnection@5236855f::SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=FI,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@5236855f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=FI,flush=-,to=8/30000}=>HttpConnection@341b50d4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2022-03-09 04:12:06 634 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE 2022-03-09 04:12:06 634 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Host --> FIELD 2022-03-09 04:12:06 634 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE 2022-03-09 04:12:06 634 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE 2022-03-09 04:12:06 634 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD 2022-03-09 04:12:06 634 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Accept: */* --> IN_VALUE 2022-03-09 04:12:06 634 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=FI,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@5236855f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=FI,flush=-,to=8/30000}=>HttpConnection@341b50d4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 634 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Accept: */* --> FIELD 2022-03-09 04:12:06 634 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE 2022-03-09 04:12:06 634 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 waiting with 2 keys 2022-03-09 04:12:06 634 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD 2022-03-09 04:12:06 634 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER --> CONTENT 2022-03-09 04:12:06 634 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - >c.onFillable SslConnection@5236855f::SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@5236855f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=FI,flush=-,to=8/30000}=>HttpConnection@341b50d4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 634 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - REQUEST for //10.233.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} GET //10.233.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1 Host: 10.233.66.79:9101 User-Agent: kube-probe/1.22 Accept: */* Connection: close 2022-03-09 04:12:06 634 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@732231b5::DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=9/30000} parsed true HttpParser{s=CONTENT,0 of -1} 2022-03-09 04:12:06 634 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@732231b5::DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=9/30000} 2022-03-09 04:12:06 634 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - handle //10.233.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2022-03-09 04:12:06 634 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - handling HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2022-03-09 04:12:06 634 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2022-03-09 04:12:06 634 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-24] invocationID:{InvocationID} - Host 10.233.66.79 with SNI null 2022-03-09 04:12:06 634 DEBUG [org.eclipse.jetty.server.Server][dw-24] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2022-03-09 04:12:06 635 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-24] invocationID:{InvocationID} - GzipHandler@25699aa7{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck)@701ee215 in null 2022-03-09 04:12:06 635 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-24] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@6a9b9909{/,null,AVAILABLE} 2022-03-09 04:12:06 635 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-24] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@6a9b9909{/,null,AVAILABLE} 2022-03-09 04:12:06 635 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-3bbb8c16@f20ad77d==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2022-03-09 04:12:06 635 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - onFillable SslConnection@5236855f::SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@5236855f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=FI,flush=-,to=8/30000}=>HttpConnection@341b50d4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 635 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - fillable FillInterest@6980152c{AC.ReadCB@341b50d4{HttpConnection@341b50d4::DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=FI,flush=-,to=9/30000}}} 2022-03-09 04:12:06 635 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - chain=customFilter@6cc48a17==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-4f811029@4f811029==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-56a05324@56a05324==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-3bbb8c16@f20ad77d==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2022-03-09 04:12:06 635 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - call filter customFilter@6cc48a17==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true 2022-03-09 04:12:06 635 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - Entering. 2022-03-09 04:12:06 635 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - HttpConnection@341b50d4::DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=9/30000} onFillable enter HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2022-03-09 04:12:06 635 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation. 2022-03-09 04:12:06 635 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - >fill SslConnection@5236855f::SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=9/30000}{io=0/0,kio=0,kro=1}->SslConnection@5236855f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@341b50d4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 635 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NEED_UNWRAP 2022-03-09 04:12:06 635 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - filled 219 HeapByteBuffer@50a917c2[p=0,l=219,c=17408,r=219]={<<<\x17\x03\x03\x005\x0e\xB2\xA7\xCd\x0e\xC2\x1b\xF7)&\x92\xD5K\x97Z\x90\x15\x03\x1f\xFc...\xDa\x19\xB8\x91\xE07\x87\xAbu\xCc\xF6\x93\xC5\xFaTm\xA8\x8f/\xE2\xA7\\\x13>>>\x82\xA0\xA5\x1a28\xF5\xD8x...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:06 635 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net filled=219 2022-03-09 04:12:06 635 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: a5d22954-beac-41d9-bc3b-ea450aba6cba 2022-03-09 04:12:06 635 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - Invoking synchronously ... 2022-03-09 04:12:06 635 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-4f811029@4f811029==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true 2022-03-09 04:12:06 636 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-56a05324@56a05324==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true 2022-03-09 04:12:06 636 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-3bbb8c16@f20ad77d==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2022-03-09 04:12:06 636 DEBUG [jdk.event.security][dw-21] invocationID:{InvocationID} - TLSHandshake: 10.233.66.214:41770, TLSv1.3, TLS_AES_128_GCM_SHA256, 0 2022-03-09 04:12:06 636 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - unwrap net_filled=219 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=219,c=17408,r=161] unwrapBuffer=HeapByteBuffer@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>GET /api/...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>GET /api/...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:06 636 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - handshake succeeded SslConnection@5236855f::SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5236855f{NOT_HANDSHAKING,eio=161/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@341b50d4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} resumed server TLSv1.3/TLS_AES_128_GCM_SHA256 2022-03-09 04:12:06 636 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2022-03-09 04:12:06 636 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - filled 0 HeapByteBuffer@50a917c2[p=58,l=219,c=17408,r=161]={\x17\x03\x03\x005\x14\x00\x00 ...\x06.\xC0\xEd\x19e|<<<\x17\x03\x03\x00\x9c\x1c\xFb\x8e\xB7\xD9:-\xCdq\xCa!\xAd\xD15\xAe\xD0\x81f\xFai...\xDa\x19\xB8\x91\xE07\x87\xAbu\xCc\xF6\x93\xC5\xFaTm\xA8\x8f/\xE2\xA7\\\x13>>>\x82\xA0\xA5\x1a28\xF5\xD8x...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:06 636 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net filled=0 2022-03-09 04:12:06 636 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 161 bytesProduced = 139 encryptedBuffer=[p=219,l=219,c=17408,r=0] unwrapBuffer=HeapByteBuffer@469dc859[p=0,l=139,c=17408,r=139]={<< >>ha\tB0\xD8\xDf\xEd[...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@469dc859[p=0,l=139,c=17408,r=139]={<< >>ha\tB0\xD8\xDf\xEd[...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:06 636 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - SslConnection@5236855f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@341b50d4[p=HttpParser{s=START,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 636 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - HttpConnection@341b50d4::DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=10/30000} filled 139 HeapByteBuffer@469dc859[p=0,l=139,c=17408,r=139]={<< >>ha\tB0\xD8\xDf\xEd[...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:06 636 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - HttpConnection@341b50d4::DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=10/30000} parse HeapByteBuffer@469dc859[p=0,l=139,c=17408,r=139]={<< >>ha\tB0\xD8\xDf\xEd[...\x00\x00\x00\x00\x00\x00\x00} {} 2022-03-09 04:12:06 636 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@469dc859[p=0,l=139,c=17408,r=139]={<< >>ha\tB0\xD8\xDf\xEd[...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:06 636 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - START --> SPACE1 2022-03-09 04:12:06 636 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - SPACE1 --> URI 2022-03-09 04:12:06 636 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - URI --> SPACE2 2022-03-09 04:12:06 636 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION 2022-03-09 04:12:06 636 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER 2022-03-09 04:12:06 636 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - HEADER:Host --> VALUE 2022-03-09 04:12:06 636 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE 2022-03-09 04:12:06 636 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - HEADER:Host --> FIELD 2022-03-09 04:12:06 636 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE 2022-03-09 04:12:06 636 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE 2022-03-09 04:12:06 636 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD 2022-03-09 04:12:06 636 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - HEADER:Accept: */* --> IN_VALUE 2022-03-09 04:12:06 636 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - HEADER:Accept: */* --> FIELD 2022-03-09 04:12:06 636 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE 2022-03-09 04:12:06 636 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD 2022-03-09 04:12:06 636 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - HEADER --> CONTENT 2022-03-09 04:12:06 636 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-21] invocationID:{InvocationID} - REQUEST for //10.233.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} GET //10.233.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1 Host: 10.233.66.79:9101 User-Agent: kube-probe/1.22 Accept: */* Connection: close 2022-03-09 04:12:06 637 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - HttpConnection@341b50d4::DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=11/30000} parsed true HttpParser{s=CONTENT,0 of -1} 2022-03-09 04:12:06 637 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@341b50d4::DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=11/30000} 2022-03-09 04:12:06 637 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-21] invocationID:{InvocationID} - handle //10.233.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1} 2022-03-09 04:12:06 637 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-21] invocationID:{InvocationID} - handling HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2022-03-09 04:12:06 637 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-21] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1} 2022-03-09 04:12:06 637 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-21] invocationID:{InvocationID} - Host 10.233.66.79 with SNI null 2022-03-09 04:12:06 637 DEBUG [org.eclipse.jetty.server.Server][dw-21] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1} 2022-03-09 04:12:06 637 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-21] invocationID:{InvocationID} - GzipHandler@25699aa7{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck)@7efa73fc in null 2022-03-09 04:12:06 637 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-21] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@6a9b9909{/,null,AVAILABLE} 2022-03-09 04:12:06 637 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-21] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@6a9b9909{/,null,AVAILABLE} 2022-03-09 04:12:06 637 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@25699aa7{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck)@701ee215 2022-03-09 04:12:06 637 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-21] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-3bbb8c16@f20ad77d==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2022-03-09 04:12:06 637 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@287df340 exclude no deflater 2022-03-09 04:12:06 637 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-21] invocationID:{InvocationID} - chain=customFilter@6cc48a17==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-4f811029@4f811029==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-56a05324@56a05324==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-3bbb8c16@f20ad77d==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2022-03-09 04:12:06 637 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@11dc65cb[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@1aff50aa{null} 2022-03-09 04:12:06 637 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-21] invocationID:{InvocationID} - call filter customFilter@6cc48a17==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true 2022-03-09 04:12:06 637 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@53297953{s=HttpChannelState@32739c16{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 200 OK HTTP/1.1 Connection: close Date: Wed, 09 Mar 2022 04:12:06 GMT X-TransactionID: a5d22954-beac-41d9-bc3b-ea450aba6cba X-InvocationID: c3ae182d-f4f4-456f-ab7b-8a99dfe38c74 Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2022-03-09 04:12:06 637 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-21] invocationID:{InvocationID} - Entering. 2022-03-09 04:12:06 637 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-21] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation. 2022-03-09 04:12:06 637 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-21] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 59836f91-ce1c-436f-8bc6-fa002d7df30c 2022-03-09 04:12:06 637 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-21] invocationID:{InvocationID} - Invoking synchronously ... 2022-03-09 04:12:06 637 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@1d7607aa[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5ad610b7] (null,[p=0,l=4,c=8192,r=4],true)@START 2022-03-09 04:12:06 637 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@11dc65cb[p=0,l=4,c=8192,r=4]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:06 637 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-21] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-4f811029@4f811029==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true 2022-03-09 04:12:06 637 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close Date: Wed, 09 Mar 2022 04:12:06 GMT X-TransactionID: a5d22954-beac-41d9-bc3b-ea450aba6cba X-InvocationID: c3ae182d-f4f4-456f-ab7b-8a99dfe38c74 Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2022-03-09 04:12:06 637 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-21] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-56a05324@56a05324==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true 2022-03-09 04:12:06 637 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT 2022-03-09 04:12:06 637 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@1d7607aa[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5ad610b7] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING 2022-03-09 04:12:06 637 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-3bbb8c16@f20ad77d==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2022-03-09 04:12:06 637 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@2856d41b{IDLE}->null [HeapByteBuffer@7d3cbcbc[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@11dc65cb[p=0,l=4,c=8192,r=4]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 2022-03-09 04:12:06 638 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@2856d41b{WRITING}->null:IDLE-->WRITING 2022-03-09 04:12:06 638 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@45649f32::SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@45649f32{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=W,to=12/30000}=>HttpConnection@732231b5[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@20130f92{s=COMPLETING}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2022-03-09 04:12:06 638 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@7d3cbcbc[p=0,l=252,c=8192,r=252]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:06 638 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@11dc65cb[p=0,l=4,c=8192,r=4]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:06 638 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING 2022-03-09 04:12:06 638 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 2022-03-09 04:12:06 638 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@25699aa7{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck)@7efa73fc 2022-03-09 04:12:06 638 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@503b9c3c exclude no deflater 2022-03-09 04:12:06 638 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@5deef2cd[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@25b93dd1{null} 2022-03-09 04:12:06 638 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} 200 OK HTTP/1.1 Connection: close Date: Wed, 09 Mar 2022 04:12:06 GMT X-TransactionID: 59836f91-ce1c-436f-8bc6-fa002d7df30c X-InvocationID: 6864ff6e-f526-4ab9-b075-2f9beada9568 Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2022-03-09 04:12:06 638 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@45649f32{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=W,to=13/30000}=>HttpConnection@732231b5[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@20130f92{s=COMPLETING}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2022-03-09 04:12:06 638 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2022-03-09 04:12:06 638 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@871df09[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4277847] (null,[p=0,l=4,c=8192,r=4],true)@START 2022-03-09 04:12:06 638 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@5deef2cd[p=0,l=4,c=8192,r=4]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:06 638 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close Date: Wed, 09 Mar 2022 04:12:06 GMT X-TransactionID: 59836f91-ce1c-436f-8bc6-fa002d7df30c X-InvocationID: 6864ff6e-f526-4ab9-b075-2f9beada9568 Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2022-03-09 04:12:06 638 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@45649f32{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=W,to=13/30000}=>HttpConnection@732231b5[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@20130f92{s=COMPLETING}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2022-03-09 04:12:06 639 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@2856d41b{WRITING}->null 2022-03-09 04:12:06 639 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT 2022-03-09 04:12:06 639 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@2856d41b{IDLE}->null:WRITING-->IDLE 2022-03-09 04:12:06 639 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@871df09[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4277847] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING 2022-03-09 04:12:06 639 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@1d7607aa[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5ad610b7] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2022-03-09 04:12:06 639 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@2ef58a94{IDLE}->null [HeapByteBuffer@3fc43fe3[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@5deef2cd[p=0,l=4,c=8192,r=4]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 2022-03-09 04:12:06 639 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@2ef58a94{WRITING}->null:IDLE-->WRITING 2022-03-09 04:12:06 639 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@1d7607aa[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@5ad610b7] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2022-03-09 04:12:06 639 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=13/30000} 2022-03-09 04:12:06 639 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@45649f32::SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@45649f32{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OSHUTTING,fill=-,flush=-,to=13/30000}=>HttpConnection@732231b5[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@20130f92{s=END}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} oshut=false, ishut=false 2022-03-09 04:12:06 639 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@5236855f::SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@5236855f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=W,to=13/30000}=>HttpConnection@341b50d4[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@77378e6{s=COMPLETING}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2022-03-09 04:12:06 639 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@3fc43fe3[p=0,l=252,c=8192,r=252]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:06 639 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@5deef2cd[p=0,l=4,c=8192,r=4]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:06 639 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING 2022-03-09 04:12:06 639 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@45649f32::SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@45649f32{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OSHUTTING,fill=-,flush=-,to=13/30000}=>HttpConnection@732231b5[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@20130f92{s=END}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2022-03-09 04:12:06 639 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@1babc6dc[p=0,l=0,c=0,r=0]={<<<>>>} 2022-03-09 04:12:06 639 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP 2022-03-09 04:12:06 639 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21 - 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 2022-03-09 04:12:06 639 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 2022-03-09 04:12:06 639 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@5236855f{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=W,to=13/30000}=>HttpConnection@341b50d4[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@77378e6{s=COMPLETING}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2022-03-09 04:12:06 639 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2022-03-09 04:12:06 639 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@5236855f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=W,to=14/30000}=>HttpConnection@341b50d4[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@77378e6{s=COMPLETING}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2022-03-09 04:12:06 639 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@45649f32{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OSHUTTING,fill=-,flush=-,to=14/30000}=>HttpConnection@732231b5[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@20130f92{s=END}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2022-03-09 04:12:06 639 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2022-03-09 04:12:06 639 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@2ef58a94{WRITING}->null 2022-03-09 04:12:06 639 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@2ef58a94{IDLE}->null:WRITING-->IDLE 2022-03-09 04:12:06 639 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@45649f32{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OSHUTTING,fill=-,flush=-,to=14/30000}=>HttpConnection@732231b5[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@20130f92{s=END}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2022-03-09 04:12:06 640 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@871df09[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4277847] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2022-03-09 04:12:06 640 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@871df09[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@4277847] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2022-03-09 04:12:06 640 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@45649f32{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OSHUTTING,fill=-,flush=-,to=14/30000}=>HttpConnection@732231b5[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@20130f92{s=END}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2022-03-09 04:12:06 640 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=14/30000} 2022-03-09 04:12:06 640 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@45649f32::SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@45649f32{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OSHUTTING,fill=-,flush=-,to=14/30000}=>HttpConnection@732231b5[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@20130f92{s=END}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2022-03-09 04:12:06 640 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@604ea2a1{SSLC.NBReadCB@45649f32{SslConnection@45649f32::SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@45649f32{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OSHUTTING,fill=-,flush=-,to=14/30000}=>HttpConnection@732231b5[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@20130f92{s=END}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6}}} 2022-03-09 04:12:06 640 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@5236855f::SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5236855f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OSHUTTING,fill=-,flush=-,to=14/30000}=>HttpConnection@341b50d4[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@77378e6{s=END}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} oshut=false, ishut=false 2022-03-09 04:12:06 640 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@45649f32{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OSHUTTING,fill=-,flush=-,to=14/30000}=>HttpConnection@732231b5[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@20130f92{s=END}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2022-03-09 04:12:06 640 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@1b23c95 on ManagedSelector@3f3c5ecd{STARTED} id=0 keys=2 selected=0 updates=0 2022-03-09 04:12:06 640 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@3f3c5ecd{STARTED} id=0 keys=2 selected=0 updates=1 2022-03-09 04:12:06 640 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@5236855f::SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5236855f{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OSHUTTING,fill=-,flush=-,to=14/30000}=>HttpConnection@341b50d4[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@77378e6{s=END}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2022-03-09 04:12:06 640 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@1babc6dc[p=0,l=0,c=0,r=0]={<<<>>>} 2022-03-09 04:12:06 640 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP 2022-03-09 04:12:06 640 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 woken with none selected 2022-03-09 04:12:06 640 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 woken up from select, 0/0/2 selected 2022-03-09 04:12:06 640 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=bac90ab1-df0e-4a6c-8325-c84cde18f231, referenceCounter=0, store size=0} on thread dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck 2022-03-09 04:12:06 640 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - Exiting. 2022-03-09 04:12:06 640 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 processing 0 keys, 1 updates 2022-03-09 04:12:06 640 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 1 2022-03-09 04:12:06 640 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$505/0x0000000100628840@1b23c95 2022-03-09 04:12:06 640 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21 - 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 2022-03-09 04:12:06 640 DEBUG [org.eclipse.jetty.server.Server][dw-24] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2022-03-09 04:12:06 640 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - unhandle HttpChannelState@32739c16{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1} 2022-03-09 04:12:06 640 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@32739c16{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2022-03-09 04:12:06 640 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2022-03-09 04:12:06 640 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - completed HttpChannelState@32739c16{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2022-03-09 04:12:06 640 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@45649f32{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OSHUT,fill=-,flush=-,to=15/30000}=>HttpConnection@732231b5[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@20130f92{s=END}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2022-03-09 04:12:06 640 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0 2022-03-09 04:12:06 640 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - unhandle HttpChannelState@32739c16{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2022-03-09 04:12:06 640 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5236855f{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OSHUTTING,fill=-,flush=-,to=15/30000}=>HttpConnection@341b50d4[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@77378e6{s=END}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2022-03-09 04:12:06 640 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2022-03-09 04:12:06 640 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@32739c16{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2022-03-09 04:12:06 640 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 waiting with 2 keys 2022-03-09 04:12:06 640 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 woken up from select, 1/1/2 selected 2022-03-09 04:12:06 640 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 processing 1 keys, 0 updates 2022-03-09 04:12:06 640 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2022-03-09 04:12:06 640 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5236855f{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OSHUTTING,fill=-,flush=-,to=15/30000}=>HttpConnection@341b50d4[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@77378e6{s=END}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2022-03-09 04:12:06 640 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4 2022-03-09 04:12:06 640 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.66.79:9101 remote=/10.233.66.214:41772], selector=sun.nio.ch.EPollSelectorImpl@263d3db3, interestOps=1, readyOps=1 SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@45649f32{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OSHUT,fill=-,flush=-,to=15/30000}=>HttpConnection@732231b5[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@20130f92{s=END}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@45649f32{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OSHUT,fill=-,flush=-,to=15/30000}=>HttpConnection@732231b5[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@20130f92{s=END}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@5236855f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OSHUTTING,fill=-,flush=-,to=15/30000}=>HttpConnection@341b50d4[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@77378e6{s=END}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - recycle HttpChannelState@32739c16{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@45649f32{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OSHUT,fill=-,flush=-,to=15/30000}=>HttpConnection@732231b5[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@20130f92{s=END}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=true/true,a=IDLE,uri=null,age=7}:runFillable:BLOCKING 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1} 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - CONTENT --> CLOSE 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@5236855f::SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5236855f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OSHUTTING,fill=-,flush=-,to=15/30000}=>HttpConnection@341b50d4[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@77378e6{s=END}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=1/1,p=0} tryExecute EatWhatYouKill@7d3c22a5/SelectorProducer@56f9de3b/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=1/1,p=0}][pc=0,pic=0,pec=22,epc=1736]@2022-03-09T04:12:06.641197Z 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >fill SslConnection@45649f32::SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@45649f32{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OSHUT,fill=-,flush=-,to=15/30000}=>HttpConnection@732231b5[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=0/1,p=0}@51752b5a offer EatWhatYouKill@7d3c22a5/SelectorProducer@56f9de3b/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=0/1,p=0}][pc=0,pic=0,pec=22,epc=1736]@2022-03-09T04:12:06.641256Z 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=0/1,p=1} startReservedThread p=1 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 24 HeapByteBuffer@469dc859[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\x00}\xFdDVI<\xA7\xF0\x97x\x06d'\x93\x89\x7f[\xDf>>>\xEe\xD9N\xB4\x8f\x83\x850\xB8...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=24 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@2927b2cd{SSLC.NBReadCB@5236855f{SslConnection@5236855f::SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5236855f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OSHUTTING,fill=-,flush=-,to=15/30000}=>HttpConnection@341b50d4[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@77378e6{s=END}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}}} 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue ReservedThreadExecutor@7345f97d{s=0/1,p=1}@e97fc40 startThread=0 2022-03-09 04:12:06 641 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@50a917c2[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#N\xA1\xD4~...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@50a917c2[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#N\xA1\xD4~...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=0/1,p=1}@51752b5a task=EatWhatYouKill@7d3c22a5/SelectorProducer@56f9de3b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=0/1,p=1}][pc=0,pic=0,pec=22,epc=1736]@2022-03-09T04:12:06.641394Z 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run ReservedThreadExecutor@7345f97d{s=0/1,p=1}@e97fc40 in InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=0/1,p=1}] 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=1/1,p=1}@e97fc40 started 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@5236855f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OSHUTTING,fill=-,flush=-,to=15/30000}=>HttpConnection@341b50d4[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@77378e6{s=END}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$505/0x0000000100628840@4f5dc6cb on ManagedSelector@3f3c5ecd{STARTED} id=0 keys=2 selected=1 updates=0 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=1/1,p=0}@e97fc40 waiting 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@45649f32{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OSHUT,fill=-,flush=-,to=15/30000}=>HttpConnection@732231b5[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-23] invocationID:{InvocationID} - EatWhatYouKill@7d3c22a5/SelectorProducer@56f9de3b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=1/1,p=0}][pc=0,pic=0,pec=22,epc=1736]@2022-03-09T04:12:06.641484Z tryProduce true 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1} 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updateable 1 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@732231b5::DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OSHUT,fill=-,flush=-,to=16/30000} filled -1 HeapByteBuffer@50a917c2[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#N\xA1\xD4~...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$505/0x0000000100628840@4f5dc6cb 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OSHUT,fill=-,flush=-,to=16/30000} 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close(null) DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OSHUT,fill=-,flush=-,to=16/30000} 2022-03-09 04:12:06 641 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=9ab7c1b3-a69c-4cb0-a80e-cea722b0852a, referenceCounter=0, store size=0} on thread dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@7d3c22a5/SelectorProducer@56f9de3b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=0/1,p=1}][pc=0,pic=0,pec=22,epc=1736]@2022-03-09T04:12:06.641443Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@45649f32{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OSHUT,fill=-,flush=-,to=16/30000}=>HttpConnection@732231b5[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2022-03-09 04:12:06 641 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-21] invocationID:{InvocationID} - Exiting. 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@5236855f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OSHUT,fill=-,flush=-,to=15/30000}=>HttpConnection@341b50d4[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@77378e6{s=END}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updates 0 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - shutdownOutput: SslConnection@45649f32::SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@45649f32{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@732231b5[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} oshut=true, ishut=false 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.server.Server][dw-21] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-21] invocationID:{InvocationID} - unhandle HttpChannelState@1ffe958f{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1} 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@45649f32{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@732231b5[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - ensureFillInterested SslConnection@45649f32::SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@45649f32{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@732231b5[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 waiting with 2 keys 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-21] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@1ffe958f{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-21] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 woken up from select, 1/1/2 selected 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 processing 1 keys, 0 updates 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@604ea2a1{SSLC.NBReadCB@45649f32{SslConnection@45649f32::SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@45649f32{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@732231b5[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-21] invocationID:{InvocationID} - completed HttpChannelState@1ffe958f{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@45649f32{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@732231b5[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@45649f32{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@732231b5[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-21] invocationID:{InvocationID} - unhandle HttpChannelState@1ffe958f{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-21] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@1ffe958f{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - doClose SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,CLOSED,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@45649f32{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@732231b5[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >c.onFillable SslConnection@45649f32::SocketChannelEndPoint@172ebf29{l=/10.233.66.79:9101,r=/10.233.66.214:41772,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@45649f32{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=/10.233.66.79:9101,r=/10.233.66.214:41772,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@732231b5[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-21] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close DecryptedEndPoint@50c6ba86{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=16/30000} 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - onClose FillInterest@604ea2a1{null} 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-21] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27] invocationID:{InvocationID} - close(null) DecryptedEndPoint@50c6ba86{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=16/30000} 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.66.79:9101 remote=/10.233.66.214:41770], selector=sun.nio.ch.EPollSelectorImpl@263d3db3, interestOps=1, readyOps=1 SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@5236855f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OSHUT,fill=-,flush=-,to=16/30000}=>HttpConnection@341b50d4[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@77378e6{s=END}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2022-03-09 04:12:06 641 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Wakeup ManagedSelector@3f3c5ecd{STARTED} id=0 keys=2 selected=1 updates=0 10.233.66.214 - - [09/Mar/2022:04:12:06 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.22" 6 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@5236855f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OSHUT,fill=-,flush=-,to=16/30000}=>HttpConnection@341b50d4[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@77378e6{s=END}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@484cabbb startThread=0 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - onClose FillInterest@42de3dbc{null} 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-21] invocationID:{InvocationID} - recycle HttpChannelState@1ffe958f{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@732231b5::DecryptedEndPoint@50c6ba86{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=16/30000} parse HeapByteBuffer@50a917c2[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#N\xA1\xD4~...\x00\x00\x00\x00\x00\x00\x00} {} 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1} 10.233.66.214 - - [09/Mar/2022:04:12:06 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.22" 5 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@484cabbb in InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=1,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=1/1,p=0}] 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - CONTENT --> CLOSE 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@50a917c2[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#N\xA1\xD4~...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@5236855f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OSHUT,fill=-,flush=-,to=16/30000}=>HttpConnection@341b50d4[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@77378e6{s=END}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - CLOSE --> CLOSED 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@732231b5::DecryptedEndPoint@50c6ba86{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=16/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-21] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@732231b5::DecryptedEndPoint@50c6ba86{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=16/30000} 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=1/1,p=0} tryExecute EatWhatYouKill@7d3c22a5/SelectorProducer@56f9de3b/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=1,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=1/1,p=0}][pc=0,pic=0,pec=22,epc=1737]@2022-03-09T04:12:06.642167Z 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@50c6ba86{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=16/30000} 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=0/1,p=0}@e97fc40 offer EatWhatYouKill@7d3c22a5/SelectorProducer@56f9de3b/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=1,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=0/1,p=0}][pc=0,pic=0,pec=22,epc=1737]@2022-03-09T04:12:06.642198Z 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - onFillable SslConnection@45649f32::SocketChannelEndPoint@172ebf29{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@45649f32{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@732231b5[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@732231b5::DecryptedEndPoint@50c6ba86{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=16/30000} onFillable exit HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=0/1,p=1} startReservedThread p=1 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@42de3dbc{null} 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - queue ReservedThreadExecutor@7345f97d{s=0/1,p=1}@5375238e startThread=0 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - FillInterest@42de3dbc{null} lost race null 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - >fill SslConnection@5236855f::SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@5236855f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OSHUT,fill=-,flush=-,to=16/30000}=>HttpConnection@341b50d4[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@45649f32{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@732231b5[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NEED_UNWRAP 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=0/1,p=1}@e97fc40 task=EatWhatYouKill@7d3c22a5/SelectorProducer@56f9de3b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=0,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=0/1,p=1}][pc=0,pic=0,pec=22,epc=1737]@2022-03-09T04:12:06.642318Z 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - filled 24 HeapByteBuffer@50a917c2[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\x1a\x8a\xAb\xE1f+Sr\x94\x03\xBec1=\xEb\xF9\xB1\xC4q>>>g\xD4!\xC6\xEd\x18\xD0<\xCc...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net filled=24 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 0 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-23] invocationID:{InvocationID} - EatWhatYouKill@7d3c22a5/SelectorProducer@56f9de3b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=0,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=0/1,p=1}][pc=0,pic=0,pec=22,epc=1737]@2022-03-09T04:12:06.64227Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@5236855f{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OSHUT,fill=-,flush=-,to=16/30000}=>HttpConnection@341b50d4[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@7d3c22a5/SelectorProducer@56f9de3b/PRODUCING/p=true/InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=0,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=0/1,p=1}][pc=0,pic=0,pec=22,epc=1738]@2022-03-09T04:12:06.642395Z tryProduce true 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=1/1,p=1}@e97fc40 waiting 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@45649f32{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=16/30000}=>HttpConnection@732231b5[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] 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@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00\x13\x01\x00\x15D...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00\x13\x01\x00\x15D...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=1/1,p=1}@1e12a755 size 1 > capacity 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5236855f{NOT_HANDSHAKING,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OSHUT,fill=-,flush=-,to=16/30000}=>HttpConnection@341b50d4[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - ran ReservedThreadExecutor@7345f97d{s=1/1,p=1}@1e12a755 in InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=0,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=1/1,p=1}] 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 waiting with 2 keys 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - fillable FillInterest@2927b2cd{SSLC.NBReadCB@5236855f{SslConnection@5236855f::SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5236855f{NOT_HANDSHAKING,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OSHUT,fill=-,flush=-,to=16/30000}=>HttpConnection@341b50d4[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@172ebf29{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@45649f32{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@732231b5[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - run ReservedThreadExecutor@7345f97d{s=1/1,p=1}@5375238e in InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=1,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=1/1,p=1}] 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - SslConnection@5236855f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OSHUT,fill=-,flush=-,to=16/30000}=>HttpConnection@341b50d4[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=1/1,p=1}@5375238e size 1 > capacity 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onClose HttpConnection@732231b5::DecryptedEndPoint@50c6ba86{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=17/30000} 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1} 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - ran ReservedThreadExecutor@7345f97d{s=1/1,p=0}@5375238e in InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=1,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=1/1,p=0}] 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >c.onFillable SslConnection@5236855f::SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5236855f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OSHUT,fill=-,flush=-,to=16/30000}=>HttpConnection@341b50d4[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OSHUT,fill=-,flush=-,to=17/30000} 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - HttpConnection@341b50d4::DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OSHUT,fill=-,flush=-,to=17/30000} filled -1 HeapByteBuffer@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00\x13\x01\x00\x15D...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close(null) DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OSHUT,fill=-,flush=-,to=17/30000} 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-21] invocationID:{InvocationID} - close DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OSHUT,fill=-,flush=-,to=17/30000} 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-21] invocationID:{InvocationID} - close(null) DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,CLOSED,fill=-,flush=-,to=17/30000} 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - HttpConnection@341b50d4::DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,CLOSED,fill=-,flush=-,to=17/30000} parse HeapByteBuffer@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00\x13\x01\x00\x15D...\x00\x00\x00\x00\x00\x00\x00} {} 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onClose SslConnection@45649f32::SocketChannelEndPoint@172ebf29{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@45649f32{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@50c6ba86{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@732231b5[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@20130f92{s=START}]=>HttpChannelOverHttp@53297953{s=HttpChannelState@32739c16{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - shutdownOutput: SslConnection@5236855f::SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5236855f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@341b50d4[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} oshut=true, ishut=false 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00\x13\x01\x00\x15D...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - CLOSE --> CLOSED 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - ensureFillInterested SslConnection@5236855f::SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5236855f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@341b50d4[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - HttpConnection@341b50d4::DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,CLOSED,fill=-,flush=-,to=17/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@341b50d4::DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,CLOSED,fill=-,flush=-,to=17/30000} 2022-03-09 04:12:06 642 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@484cabbb in InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=1/1,p=0}] 2022-03-09 04:12:06 643 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-21] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,CLOSED,fill=-,flush=-,to=17/30000} 2022-03-09 04:12:06 643 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - interested FillInterest@2927b2cd{SSLC.NBReadCB@5236855f{SslConnection@5236855f::SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5236855f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@341b50d4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2022-03-09 04:12:06 643 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - HttpConnection@341b50d4::DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,CLOSED,fill=-,flush=-,to=17/30000} onFillable exit HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2022-03-09 04:12:06 643 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@5236855f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@341b50d4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 643 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$505/0x0000000100628840@4f5dc6cb on ManagedSelector@3f3c5ecd{STARTED} id=0 keys=1 selected=0 updates=0 2022-03-09 04:12:06 643 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@3f3c5ecd{STARTED} id=0 keys=1 selected=0 updates=1 2022-03-09 04:12:06 643 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 woken with none selected 2022-03-09 04:12:06 643 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - SslConnection@5236855f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@341b50d4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 643 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 woken up from select, 0/0/1 selected 2022-03-09 04:12:06 643 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 processing 0 keys, 1 updates 2022-03-09 04:12:06 643 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 1 2022-03-09 04:12:06 643 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@5236855f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@341b50d4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 643 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$505/0x0000000100628840@4f5dc6cb 2022-03-09 04:12:06 643 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=1/1,p=0}@6a9a3453 size 1 > capacity 2022-03-09 04:12:06 643 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@5236855f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@341b50d4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 643 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@5236855f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@341b50d4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 643 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0 2022-03-09 04:12:06 643 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - ran ReservedThreadExecutor@7345f97d{s=1/1,p=0}@6a9a3453 in InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=1/1,p=0}] 2022-03-09 04:12:06 643 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 waiting with 1 keys 2022-03-09 04:12:06 643 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - doClose SocketChannelEndPoint@4dbcc8b0{l=/10.233.66.79:9101,r=/10.233.66.214:41770,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@5236855f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=/10.233.66.79:9101,r=/10.233.66.214:41770,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@341b50d4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 643 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 woken up from select, 1/1/1 selected 2022-03-09 04:12:06 643 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 processing 1 keys, 0 updates 2022-03-09 04:12:06 643 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[closed], selector=sun.nio.ch.EPollSelectorImpl@263d3db3, invalid SocketChannelEndPoint@4dbcc8b0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@5236855f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@341b50d4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 643 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Ignoring cancelled key for channel java.nio.channels.SocketChannel[closed] 2022-03-09 04:12:06 643 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - onClose FillInterest@2927b2cd{SSLC.NBReadCB@5236855f{SslConnection@5236855f::SocketChannelEndPoint@4dbcc8b0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@5236855f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@341b50d4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2022-03-09 04:12:06 643 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close SocketChannelEndPoint@4dbcc8b0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@5236855f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@341b50d4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 643 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - onFillableFail SslConnection@5236855f::SocketChannelEndPoint@4dbcc8b0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@5236855f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@341b50d4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 643 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - onFail FillInterest@6980152c{null} java.nio.channels.ClosedChannelException: null at org.eclipse.jetty.io.FillInterest.onClose(FillInterest.java:150) at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:355) at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:227) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1366) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:396) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) at java.base/java.lang.Thread.run(Unknown Source) 2022-03-09 04:12:06 643 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@4dbcc8b0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@5236855f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@341b50d4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 643 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 0 2022-03-09 04:12:06 643 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0 2022-03-09 04:12:06 643 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Wakeup ManagedSelector@3f3c5ecd{STARTED} id=0 keys=1 selected=1 updates=0 2022-03-09 04:12:06 643 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@3a3575b9 startThread=0 2022-03-09 04:12:06 643 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 1 -> 1 on SocketChannelEndPoint@4dbcc8b0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@5236855f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=17/30000}=>HttpConnection@341b50d4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 643 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - onClose FillInterest@6980152c{null} 2022-03-09 04:12:06 643 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 waiting with 1 keys 2022-03-09 04:12:06 643 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@3a3575b9 in InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=1/1,p=0}] 2022-03-09 04:12:06 643 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 woken with none selected 2022-03-09 04:12:06 643 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 woken up from select, 0/0/0 selected 2022-03-09 04:12:06 643 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 processing 0 keys, 0 updates 2022-03-09 04:12:06 643 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 0 2022-03-09 04:12:06 643 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0 2022-03-09 04:12:06 643 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 waiting with 0 keys 2022-03-09 04:12:06 643 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - onFillable SslConnection@5236855f::SocketChannelEndPoint@4dbcc8b0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@5236855f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=18/30000}=>HttpConnection@341b50d4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 643 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - fillable FillInterest@6980152c{null} 2022-03-09 04:12:06 643 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - FillInterest@6980152c{null} lost race null 2022-03-09 04:12:06 643 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - SslConnection@5236855f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=18/30000}=>HttpConnection@341b50d4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 643 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=1/1,p=0}@51752b5a size 1 > capacity 2022-03-09 04:12:06 643 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@4dbcc8b0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=0/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@5236855f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=18/30000}=>HttpConnection@341b50d4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 643 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - ran ReservedThreadExecutor@7345f97d{s=1/1,p=0}@51752b5a in InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=1/1,p=0}] 2022-03-09 04:12:06 644 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - onClose HttpConnection@341b50d4::DecryptedEndPoint@342c3788{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=18/30000} 2022-03-09 04:12:06 644 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - onClose SslConnection@5236855f::SocketChannelEndPoint@4dbcc8b0{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=1/30000}{io=1/1,kio=-1,kro=-1}->SslConnection@5236855f{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@342c3788{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=18/30000}=>HttpConnection@341b50d4[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@77378e6{s=START}]=>HttpChannelOverHttp@48c8ba39{s=HttpChannelState@1ffe958f{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:06 644 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@3a3575b9 in InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=1/1,p=0}] 2022-03-09 04:12:16 602 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@12aa381f-RuleActiveApp@4975dda1{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@24e38d71[java.nio.channels.SocketChannel[connected local=/10.233.66.79:9101 remote=/10.233.66.214:42050]] on ManagedSelector@3f3c5ecd{STARTED} id=0 keys=0 selected=0 updates=0 2022-03-09 04:12:16 603 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@12aa381f-RuleActiveApp@4975dda1{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@3f3c5ecd{STARTED} id=0 keys=0 selected=0 updates=1 2022-03-09 04:12:16 603 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 woken with none selected 2022-03-09 04:12:16 603 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 woken up from select, 0/0/0 selected 2022-03-09 04:12:16 603 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 processing 0 keys, 1 updates 2022-03-09 04:12:16 603 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 1 2022-03-09 04:12:16 603 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update Accept@24e38d71[java.nio.channels.SocketChannel[connected local=/10.233.66.79:9101 remote=/10.233.66.214:42050]] 2022-03-09 04:12:16 603 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue Accept@24e38d71[java.nio.channels.SocketChannel[connected local=/10.233.66.79:9101 remote=/10.233.66.214:42050]] startThread=0 2022-03-09 04:12:16 603 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0 2022-03-09 04:12:16 603 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 waiting with 1 keys 2022-03-09 04:12:16 603 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - run Accept@24e38d71[java.nio.channels.SocketChannel[connected local=/10.233.66.79:9101 remote=/10.233.66.214:42050]] in InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=1/1,p=0}] 2022-03-09 04:12:16 603 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-28] invocationID:{InvocationID} - SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2022-03-09 04:12:16 603 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-28] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@44f4f76d 2022-03-09 04:12:16 604 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-28] invocationID:{InvocationID} - new HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=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@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2022-03-09 04:12:16 604 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - New HTTP Connection HttpConnection@5c2313c1::DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=0/30000} 2022-03-09 04:12:16 604 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$511/0x000000010062f440@6afd082b on ManagedSelector@3f3c5ecd{STARTED} id=0 keys=1 selected=0 updates=0 2022-03-09 04:12:16 604 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-28] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@7b500bba{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:16 604 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onOpen SslConnection@7b500bba::SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@7b500bba{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:16 604 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - onOpen HttpConnection@5c2313c1::DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=0/30000} 2022-03-09 04:12:16 604 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - fillInterested HttpConnection@5c2313c1::DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=0/30000} 2022-03-09 04:12:16 604 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - interested FillInterest@7e41585b{AC.ReadCB@5c2313c1{HttpConnection@5c2313c1::DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=FI,flush=-,to=0/30000}}} 2022-03-09 04:12:16 604 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@7b500bba::SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@7b500bba{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:16 604 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - SslConnection@7b500bba{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:16 604 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - interested FillInterest@7cffabe8{SSLC.NBReadCB@7b500bba{SslConnection@7b500bba::SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@7b500bba{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2022-03-09 04:12:16 604 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@7b500bba{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:16 604 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$505/0x0000000100628840@7096216 on ManagedSelector@3f3c5ecd{STARTED} id=0 keys=1 selected=0 updates=1 2022-03-09 04:12:16 604 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@3f3c5ecd{STARTED} id=0 keys=1 selected=0 updates=2 2022-03-09 04:12:16 604 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Created SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@7b500bba{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:16 604 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 woken with none selected 2022-03-09 04:12:16 604 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 woken up from select, 0/0/1 selected 2022-03-09 04:12:16 604 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 processing 0 keys, 2 updates 2022-03-09 04:12:16 604 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 2 2022-03-09 04:12:16 604 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran Accept@24e38d71[java.nio.channels.SocketChannel[connected local=/10.233.66.79:9101 remote=/10.233.66.214:42050]] in InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=1/1,p=0}] 2022-03-09 04:12:16 604 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$511/0x000000010062f440@6afd082b 2022-03-09 04:12:16 604 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$505/0x0000000100628840@7096216 2022-03-09 04:12:16 605 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@7b500bba{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:16 605 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0 2022-03-09 04:12:16 605 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 waiting with 1 keys 2022-03-09 04:12:16 605 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 woken up from select, 1/1/1 selected 2022-03-09 04:12:16 605 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 processing 1 keys, 0 updates 2022-03-09 04:12:16 605 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.66.79:9101 remote=/10.233.66.214:42050], selector=sun.nio.ch.EPollSelectorImpl@263d3db3, interestOps=1, readyOps=1 SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@7b500bba{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:16 605 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@7b500bba{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:16 605 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@7b500bba{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2022-03-09 04:12:16 605 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=1/1,p=0} tryExecute EatWhatYouKill@7d3c22a5/SelectorProducer@56f9de3b/REPRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=1/1,p=0}][pc=0,pic=0,pec=22,epc=1738]@2022-03-09T04:12:16.605655Z 2022-03-09 04:12:16 605 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=0/1,p=0}@e97fc40 offer EatWhatYouKill@7d3c22a5/SelectorProducer@56f9de3b/REPRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=0/1,p=0}][pc=0,pic=0,pec=22,epc=1738]@2022-03-09T04:12:16.605726Z 2022-03-09 04:12:16 605 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=0/1,p=1} startReservedThread p=1 2022-03-09 04:12:16 605 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue ReservedThreadExecutor@7345f97d{s=0/1,p=1}@f1359e5 startThread=0 2022-03-09 04:12:16 605 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - run ReservedThreadExecutor@7345f97d{s=0/1,p=1}@f1359e5 in InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=0/1,p=1}] 2022-03-09 04:12:16 605 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=0/1,p=1}@e97fc40 task=EatWhatYouKill@7d3c22a5/SelectorProducer@56f9de3b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=0/1,p=1}][pc=0,pic=0,pec=22,epc=1738]@2022-03-09T04:12:16.605868Z 2022-03-09 04:12:16 605 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@7d3c22a5/SelectorProducer@56f9de3b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=0/1,p=1}][pc=0,pic=0,pec=22,epc=1738]@2022-03-09T04:12:16.605822Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@7b500bba{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2022-03-09 04:12:16 605 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@7d3c22a5/SelectorProducer@56f9de3b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=0/1,p=1}][pc=0,pic=0,pec=22,epc=1739]@2022-03-09T04:12:16.605917Z tryProduce true 2022-03-09 04:12:16 605 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 0 2022-03-09 04:12:16 605 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0 2022-03-09 04:12:16 605 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@7cffabe8{SSLC.NBReadCB@7b500bba{SslConnection@7b500bba::SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@7b500bba{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2022-03-09 04:12:16 606 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b500bba{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:16 606 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >c.onFillable SslConnection@7b500bba::SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b500bba{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:16 606 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 waiting with 1 keys 2022-03-09 04:12:16 606 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - onFillable SslConnection@7b500bba::SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b500bba{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:16 606 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@7e41585b{AC.ReadCB@5c2313c1{HttpConnection@5c2313c1::DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=FI,flush=-,to=1/30000}}} 2022-03-09 04:12:16 606 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@5c2313c1::DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2022-03-09 04:12:16 606 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=1/1,p=1}@f1359e5 started 2022-03-09 04:12:16 606 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >fill SslConnection@7b500bba::SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b500bba{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:16 606 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=1/1,p=0}@f1359e5 waiting 2022-03-09 04:12:16 606 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2022-03-09 04:12:16 606 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 261 HeapByteBuffer@50a917c2[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\xF3\xD3\xFd\x0f\xE0\xD0\xF2`\x96|b\xD9K\xCa...\x7fu#T\xFc\x1a\x99\xFfR\xA4\xBa\xA0JIos\xC1\x84%\xF3<\xEe`>>>\x8ak\xB0\xF3\x17W\xE8\x06\x15...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:16 606 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=261 2022-03-09 04:12:16 606 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill starting handshake SslConnection@7b500bba::SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b500bba{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:16 606 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@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00\x13\x01\x00\x15D...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00\x13\x01\x00\x15D...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:16 606 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_TASK 2022-03-09 04:12:16 607 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_WRAP 2022-03-09 04:12:16 607 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >flush SslConnection@7b500bba::SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b500bba{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:16 607 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@1babc6dc[p=0,l=0,c=0,r=0]={<<<>>>} 2022-03-09 04:12:16 607 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush NEED_WRAP 2022-03-09 04:12:16 607 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false 2022-03-09 04:12:16 607 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b500bba{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:16 607 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net flushed=true, ac=true 2022-03-09 04:12:16 607 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@7b500bba{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:16 607 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP 2022-03-09 04:12:16 607 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 6 HeapByteBuffer@50a917c2[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x03\xF3\xD3\xFd\x0f...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:16 607 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=6 2022-03-09 04:12:16 607 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] 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@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00\x13\x01\x00\x15D...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00\x13\x01\x00\x15D...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:16 607 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP 2022-03-09 04:12:16 607 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 367 HeapByteBuffer@50a917c2[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xF3\xD3\xFd\x0f\xE0\xD0\xF2`\x96|b\xD9K\xCa...\xA9\xE2*3\xD7\x00IR2\xC2\xEf\x1d{\xE1>\xEb\x15\x88g26\xB0\xE6>>>x\x8dA\xF5\x81.\xE3\xB6n...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:16 607 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=367 2022-03-09 04:12:16 607 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] 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@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00\x13\x01\x00\x15D...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00\x13\x01\x00\x15D...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:16 607 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_TASK 2022-03-09 04:12:16 611 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@44f4f76d 2022-03-09 04:12:16 614 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_WRAP 2022-03-09 04:12:16 614 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >flush SslConnection@7b500bba::SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b500bba{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:16 614 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@1babc6dc[p=0,l=0,c=0,r=0]={<<<>>>} 2022-03-09 04:12:16 614 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush NEED_WRAP 2022-03-09 04:12:16 614 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false 2022-03-09 04:12:16 614 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b500bba{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:16 614 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net flushed=true, ac=true 2022-03-09 04:12:16 614 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush NEED_WRAP 2022-03-09 04:12:16 614 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false 2022-03-09 04:12:16 614 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b500bba{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:16 614 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net flushed=true, ac=true 2022-03-09 04:12:16 614 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush NEED_WRAP 2022-03-09 04:12:16 614 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2686 sequenceNumber = 0 [p=0,l=2686,c=17408,r=2686] ioDone=false/false 2022-03-09 04:12:16 614 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - flushed 2686 SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b500bba{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:16 615 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net flushed=true, ac=true 2022-03-09 04:12:16 615 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@7b500bba{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:16 615 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP 2022-03-09 04:12:16 615 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 0 HeapByteBuffer@50a917c2[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:16 615 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=0 2022-03-09 04:12:16 615 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@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00\x13\x01\x00\x15D...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00\x13\x01\x00\x15D...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:16 615 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@7b500bba{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:16 615 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >fill SslConnection@7b500bba::SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b500bba{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:16 615 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP 2022-03-09 04:12:16 615 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 0 HeapByteBuffer@50a917c2[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:16 615 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=0 2022-03-09 04:12:16 615 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@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00\x13\x01\x00\x15D...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00\x13\x01\x00\x15D...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:16 615 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@7b500bba{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:16 615 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@5c2313c1::DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=10/30000} filled 0 HeapByteBuffer@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00\x13\x01\x00\x15D...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:16 615 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@5c2313c1::DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=10/30000} parse HeapByteBuffer@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00\x13\x01\x00\x15D...\x00\x00\x00\x00\x00\x00\x00} {} 2022-03-09 04:12:16 615 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00\x13\x01\x00\x15D...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:16 615 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@5c2313c1::DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=11/30000} parsed false HttpParser{s=START,0 of -1} 2022-03-09 04:12:16 615 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@5c2313c1::DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=11/30000} 2022-03-09 04:12:16 615 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - fillInterested HttpConnection@5c2313c1::DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=11/30000} 2022-03-09 04:12:16 615 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@7e41585b{AC.ReadCB@5c2313c1{HttpConnection@5c2313c1::DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=FI,flush=-,to=0/30000}}} 2022-03-09 04:12:16 615 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@7b500bba::SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b500bba{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:16 615 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@7b500bba{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:16 615 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@7cffabe8{SSLC.NBReadCB@7b500bba{SslConnection@7b500bba::SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b500bba{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2022-03-09 04:12:16 615 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@7b500bba{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:16 615 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$505/0x0000000100628840@7096216 on ManagedSelector@3f3c5ecd{STARTED} id=0 keys=1 selected=0 updates=0 2022-03-09 04:12:16 615 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@3f3c5ecd{STARTED} id=0 keys=1 selected=0 updates=1 2022-03-09 04:12:16 615 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@5c2313c1::DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2022-03-09 04:12:16 616 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 woken with none selected 2022-03-09 04:12:16 616 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 woken up from select, 0/0/1 selected 2022-03-09 04:12:16 616 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 processing 0 keys, 1 updates 2022-03-09 04:12:16 616 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updateable 1 2022-03-09 04:12:16 616 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@7b500bba{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:16 616 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$505/0x0000000100628840@7096216 2022-03-09 04:12:16 616 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=1/1,p=0}@28c1aff9 size 1 > capacity 2022-03-09 04:12:16 616 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran ReservedThreadExecutor@7345f97d{s=1/1,p=0}@28c1aff9 in InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=1/1,p=0}] 2022-03-09 04:12:16 616 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@7b500bba{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:16 616 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - updates 0 2022-03-09 04:12:16 616 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 waiting with 1 keys 2022-03-09 04:12:16 616 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 woken up from select, 1/1/1 selected 2022-03-09 04:12:16 616 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 processing 1 keys, 0 updates 2022-03-09 04:12:16 616 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.66.79:9101 remote=/10.233.66.214:42050], selector=sun.nio.ch.EPollSelectorImpl@263d3db3, interestOps=1, readyOps=1 SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@7b500bba{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:16 616 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@7b500bba{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:16 616 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@7b500bba{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2022-03-09 04:12:16 616 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=1/1,p=0} tryExecute EatWhatYouKill@7d3c22a5/SelectorProducer@56f9de3b/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=1/1,p=0}][pc=0,pic=0,pec=22,epc=1739]@2022-03-09T04:12:16.616515Z 2022-03-09 04:12:16 616 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=0/1,p=0}@f1359e5 offer EatWhatYouKill@7d3c22a5/SelectorProducer@56f9de3b/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=0/1,p=0}][pc=0,pic=0,pec=22,epc=1739]@2022-03-09T04:12:16.616581Z 2022-03-09 04:12:16 616 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-26] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=0/1,p=1} startReservedThread p=1 2022-03-09 04:12:16 616 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - queue ReservedThreadExecutor@7345f97d{s=0/1,p=1}@3965ccae startThread=0 2022-03-09 04:12:16 616 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - run ReservedThreadExecutor@7345f97d{s=0/1,p=1}@3965ccae in InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=0/1,p=1}] 2022-03-09 04:12:16 616 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=1/1,p=1}@3965ccae started 2022-03-09 04:12:16 616 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-26] invocationID:{InvocationID} - EatWhatYouKill@7d3c22a5/SelectorProducer@56f9de3b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=0/1,p=1}][pc=0,pic=0,pec=22,epc=1739]@2022-03-09T04:12:16.616708Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@7b500bba{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2022-03-09 04:12:16 616 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=1/1,p=0}@3965ccae waiting 2022-03-09 04:12:16 616 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@7cffabe8{SSLC.NBReadCB@7b500bba{SslConnection@7b500bba::SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@7b500bba{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2022-03-09 04:12:16 616 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >c.onFillable SslConnection@7b500bba::SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@7b500bba{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:16 616 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - onFillable SslConnection@7b500bba::SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@7b500bba{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:16 617 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - fillable FillInterest@7e41585b{AC.ReadCB@5c2313c1{HttpConnection@5c2313c1::DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=FI,flush=-,to=1/30000}}} 2022-03-09 04:12:16 617 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@5c2313c1::DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2022-03-09 04:12:16 617 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >fill SslConnection@7b500bba::SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@7b500bba{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:16 617 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP 2022-03-09 04:12:16 617 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 219 HeapByteBuffer@50a917c2[p=0,l=219,c=17408,r=219]={<<<\x17\x03\x03\x005\x11>\xA4\x85L\xDeaNy\x07P\xD5o\xE3\xB3DJ\xD4{\xA2...r\xB8\xFc\x19&\x95\xEd\xDdc]\xEb\x1e\x15g)T\x87\x06\x82t\x95<\x18>>>\x00,\x00E\x00C\x13\x01\x96...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:16 617 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=219 2022-03-09 04:12:16 617 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=1/1,p=0}@f1359e5 task=EatWhatYouKill@7d3c22a5/SelectorProducer@56f9de3b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=1/1,p=0}][pc=0,pic=0,pec=22,epc=1740]@2022-03-09T04:12:16.617521Z 2022-03-09 04:12:16 617 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-21] invocationID:{InvocationID} - EatWhatYouKill@7d3c22a5/SelectorProducer@56f9de3b/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=1/1,p=0}][pc=0,pic=0,pec=22,epc=1740]@2022-03-09T04:12:16.617723Z tryProduce true 2022-03-09 04:12:16 617 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updateable 0 2022-03-09 04:12:16 617 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updates 0 2022-03-09 04:12:16 617 DEBUG [jdk.event.security][dw-26] invocationID:{InvocationID} - TLSHandshake: 10.233.66.214:42050, TLSv1.3, TLS_AES_128_GCM_SHA256, 0 2022-03-09 04:12:16 617 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - unwrap net_filled=219 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=219,c=17408,r=161] unwrapBuffer=HeapByteBuffer@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00\x13\x01\x00\x15D...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00\x13\x01\x00\x15D...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:16 618 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - handshake succeeded SslConnection@7b500bba::SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@7b500bba{NOT_HANDSHAKING,eio=161/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} resumed server TLSv1.3/TLS_AES_128_GCM_SHA256 2022-03-09 04:12:16 618 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2022-03-09 04:12:16 618 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 0 HeapByteBuffer@50a917c2[p=58,l=219,c=17408,r=161]={\x17\x03\x03\x005\x14\x00\x00 ...\x06%\x9e\xC7\x9c\x11<<<<\x17\x03\x03\x00\x9cJ\xD0\x93\x8c\xAf\xDe\xDa\xB2\x8e\xD9%3\x06.\x04'A\x908M...r\xB8\xFc\x19&\x95\xEd\xDdc]\xEb\x1e\x15g)T\x87\x06\x82t\x95<\x18>>>\x00,\x00E\x00C\x13\x01\x96...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:16 618 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=0 2022-03-09 04:12:16 618 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 161 bytesProduced = 139 encryptedBuffer=[p=219,l=219,c=17408,r=0] unwrapBuffer=HeapByteBuffer@469dc859[p=0,l=139,c=17408,r=139]={<< >>y\xD0 +\xE0\x8ez\xDe\xC8...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@469dc859[p=0,l=139,c=17408,r=139]={<< >>y\xD0 +\xE0\x8ez\xDe\xC8...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:16 618 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@7b500bba{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=START,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:16 618 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@5c2313c1::DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=2/30000} filled 139 HeapByteBuffer@469dc859[p=0,l=139,c=17408,r=139]={<< >>y\xD0 +\xE0\x8ez\xDe\xC8...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:16 618 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@5c2313c1::DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=2/30000} parse HeapByteBuffer@469dc859[p=0,l=139,c=17408,r=139]={<< >>y\xD0 +\xE0\x8ez\xDe\xC8...\x00\x00\x00\x00\x00\x00\x00} {} 2022-03-09 04:12:16 618 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@469dc859[p=0,l=139,c=17408,r=139]={<< >>y\xD0 +\xE0\x8ez\xDe\xC8...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:16 618 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - START --> SPACE1 2022-03-09 04:12:16 618 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - SPACE1 --> URI 2022-03-09 04:12:16 618 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - URI --> SPACE2 2022-03-09 04:12:16 618 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION 2022-03-09 04:12:16 618 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER 2022-03-09 04:12:16 618 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Host --> VALUE 2022-03-09 04:12:16 618 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE 2022-03-09 04:12:16 618 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Host --> FIELD 2022-03-09 04:12:16 618 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE 2022-03-09 04:12:16 618 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE 2022-03-09 04:12:16 618 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD 2022-03-09 04:12:16 618 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Accept: */* --> IN_VALUE 2022-03-09 04:12:16 618 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Accept: */* --> FIELD 2022-03-09 04:12:16 618 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE 2022-03-09 04:12:16 618 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD 2022-03-09 04:12:16 618 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - HEADER --> CONTENT 2022-03-09 04:12:16 618 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b500bba{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2022-03-09 04:12:16 618 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - REQUEST for //10.233.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} GET //10.233.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1 Host: 10.233.66.79:9101 User-Agent: kube-probe/1.22 Accept: */* Connection: close 2022-03-09 04:12:16 618 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 waiting with 1 keys 2022-03-09 04:12:16 618 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@5c2313c1::DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=3/30000} parsed true HttpParser{s=CONTENT,0 of -1} 2022-03-09 04:12:16 618 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@5c2313c1::DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=3/30000} 2022-03-09 04:12:16 618 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - handle //10.233.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2022-03-09 04:12:16 618 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - handling HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2022-03-09 04:12:16 618 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2022-03-09 04:12:16 618 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-26] invocationID:{InvocationID} - Host 10.233.66.79 with SNI null 2022-03-09 04:12:16 618 DEBUG [org.eclipse.jetty.server.Server][dw-26] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2022-03-09 04:12:16 618 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-26] invocationID:{InvocationID} - GzipHandler@25699aa7{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck)@ae535e3 in null 2022-03-09 04:12:16 619 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-26] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@6a9b9909{/,null,AVAILABLE} 2022-03-09 04:12:16 619 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-26] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@6a9b9909{/,null,AVAILABLE} 2022-03-09 04:12:16 619 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-26] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-3bbb8c16@f20ad77d==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2022-03-09 04:12:16 619 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-26] invocationID:{InvocationID} - chain=customFilter@6cc48a17==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-4f811029@4f811029==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-56a05324@56a05324==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-3bbb8c16@f20ad77d==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2022-03-09 04:12:16 619 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-26] invocationID:{InvocationID} - call filter customFilter@6cc48a17==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true 2022-03-09 04:12:16 619 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-26] invocationID:{InvocationID} - Entering. 2022-03-09 04:12:16 619 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-26] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation. 2022-03-09 04:12:16 619 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-26] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 59236178-6113-4f59-b35c-8096b418595f 2022-03-09 04:12:16 619 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-26] invocationID:{InvocationID} - Invoking synchronously ... 2022-03-09 04:12:16 619 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-26] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-4f811029@4f811029==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true 2022-03-09 04:12:16 619 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-26] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-56a05324@56a05324==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true 2022-03-09 04:12:16 619 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-3bbb8c16@f20ad77d==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2022-03-09 04:12:16 620 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@25699aa7{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck)@ae535e3 2022-03-09 04:12:16 620 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@1fabc5b4 exclude no deflater 2022-03-09 04:12:16 620 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@f6d0440[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@18faa9bf{null} 2022-03-09 04:12:16 620 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} 200 OK HTTP/1.1 Connection: close Date: Wed, 09 Mar 2022 04:12:16 GMT X-TransactionID: 59236178-6113-4f59-b35c-8096b418595f X-InvocationID: 2b92be26-44b3-42fd-844a-b47c94734495 Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2022-03-09 04:12:16 620 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@3b93cd6e[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7a5429cd] (null,[p=0,l=4,c=8192,r=4],true)@START 2022-03-09 04:12:16 620 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@f6d0440[p=0,l=4,c=8192,r=4]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:16 620 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close Date: Wed, 09 Mar 2022 04:12:16 GMT X-TransactionID: 59236178-6113-4f59-b35c-8096b418595f X-InvocationID: 2b92be26-44b3-42fd-844a-b47c94734495 Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2022-03-09 04:12:16 620 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT 2022-03-09 04:12:16 620 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@3b93cd6e[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7a5429cd] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING 2022-03-09 04:12:16 620 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@1dfc6dc3{IDLE}->null [HeapByteBuffer@3fc43fe3[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@f6d0440[p=0,l=4,c=8192,r=4]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 2022-03-09 04:12:16 620 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@1dfc6dc3{WRITING}->null:IDLE-->WRITING 2022-03-09 04:12:16 621 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@7b500bba::SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b500bba{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3ab8e9d6{s=COMPLETING}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2022-03-09 04:12:16 621 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@3fc43fe3[p=0,l=252,c=8192,r=252]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:16 621 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@f6d0440[p=0,l=4,c=8192,r=4]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:16 621 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING 2022-03-09 04:12:16 621 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 256 bytesProduced = 294 sequenceNumber = 0 [p=0,l=294,c=17408,r=294] ioDone=false/false 2022-03-09 04:12:16 621 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b500bba{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3ab8e9d6{s=COMPLETING}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2022-03-09 04:12:16 621 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2022-03-09 04:12:16 621 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@7b500bba{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3ab8e9d6{s=COMPLETING}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2022-03-09 04:12:16 621 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@1dfc6dc3{WRITING}->null 2022-03-09 04:12:16 621 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@1dfc6dc3{IDLE}->null:WRITING-->IDLE 2022-03-09 04:12:16 621 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@3b93cd6e[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7a5429cd] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2022-03-09 04:12:16 621 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@3b93cd6e[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@7a5429cd] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2022-03-09 04:12:16 621 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=5/30000} 2022-03-09 04:12:16 621 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@7b500bba::SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b500bba{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3ab8e9d6{s=END}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} oshut=false, ishut=false 2022-03-09 04:12:16 621 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@7b500bba::SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b500bba{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3ab8e9d6{s=END}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2022-03-09 04:12:16 621 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@1babc6dc[p=0,l=0,c=0,r=0]={<<<>>>} 2022-03-09 04:12:16 621 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP 2022-03-09 04:12:16 621 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 40 sequenceNumber = 1 [p=0,l=40,c=17408,r=40] ioDone=false/true 2022-03-09 04:12:16 622 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b500bba{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3ab8e9d6{s=END}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2022-03-09 04:12:16 622 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2022-03-09 04:12:16 622 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b500bba{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3ab8e9d6{s=END}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2022-03-09 04:12:16 622 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@7b500bba{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3ab8e9d6{s=END}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2022-03-09 04:12:16 622 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@7b500bba::SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b500bba{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3ab8e9d6{s=END}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2022-03-09 04:12:16 622 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@7cffabe8{SSLC.NBReadCB@7b500bba{SslConnection@7b500bba::SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@7b500bba{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3ab8e9d6{s=END}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4}}} 2022-03-09 04:12:16 622 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@7b500bba{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3ab8e9d6{s=END}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2022-03-09 04:12:16 622 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$505/0x0000000100628840@7096216 on ManagedSelector@3f3c5ecd{STARTED} id=0 keys=1 selected=0 updates=0 2022-03-09 04:12:16 622 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@3f3c5ecd{STARTED} id=0 keys=1 selected=0 updates=1 2022-03-09 04:12:16 622 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 woken with none selected 2022-03-09 04:12:16 622 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=dc2a2879-0ee7-4c85-ad9d-b2f8dea15412, referenceCounter=0, store size=0} on thread dw-26 - GET /api/holmes-rule-mgmt/v1/healthcheck 2022-03-09 04:12:16 622 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-26] invocationID:{InvocationID} - Exiting. 2022-03-09 04:12:16 622 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 woken up from select, 0/0/1 selected 2022-03-09 04:12:16 622 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 processing 0 keys, 1 updates 2022-03-09 04:12:16 622 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updateable 1 2022-03-09 04:12:16 622 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$505/0x0000000100628840@7096216 2022-03-09 04:12:16 622 DEBUG [org.eclipse.jetty.server.Server][dw-26] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2022-03-09 04:12:16 622 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - unhandle HttpChannelState@4b2b42ec{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1} 2022-03-09 04:12:16 622 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@4b2b42ec{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2022-03-09 04:12:16 622 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2022-03-09 04:12:16 623 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - completed HttpChannelState@4b2b42ec{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2022-03-09 04:12:16 623 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - unhandle HttpChannelState@4b2b42ec{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2022-03-09 04:12:16 623 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@4b2b42ec{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2022-03-09 04:12:16 623 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2022-03-09 04:12:16 623 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4 2022-03-09 04:12:16 623 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@7b500bba{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@3ab8e9d6{s=END}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{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.66.79:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2022-03-09 04:12:16 623 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updates 0 2022-03-09 04:12:16 623 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 waiting with 1 keys 2022-03-09 04:12:16 623 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-26] invocationID:{InvocationID} - recycle HttpChannelState@4b2b42ec{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2022-03-09 04:12:16 623 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1} 2022-03-09 04:12:16 623 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - CONTENT --> CLOSE 10.233.66.214 - - [09/Mar/2022:04:12:16 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.22" 5 2022-03-09 04:12:16 623 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:16 623 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 woken up from select, 1/1/1 selected 2022-03-09 04:12:16 623 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@263d3db3 processing 1 keys, 0 updates 2022-03-09 04:12:16 623 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >fill SslConnection@7b500bba::SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@7b500bba{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:16 623 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - fill NEED_UNWRAP 2022-03-09 04:12:16 623 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - filled 24 HeapByteBuffer@50a917c2[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\xA6\x92s\xC3\xDb\xE60\x0c{\xE9\xF9\xE5\x0c\xD3\xC9\x98%C\xE1>>>\x81\x1aB\x11\xA6O.\xEd\xBc...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:16 623 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - net filled=24 2022-03-09 04:12:16 623 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - unwrap net_filled=24 Status = CLOSED HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 24 bytesProduced = 0 encryptedBuffer=[p=24,l=24,c=17408,r=0] unwrapBuffer=HeapByteBuffer@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB4\x13\xB4\x88...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB4\x13\xB4\x88...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:16 623 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@7b500bba{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:16 623 DEBUG [org.eclipse.jetty.http.HttpParser][dw-26] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1} 2022-03-09 04:12:16 623 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - HttpConnection@5c2313c1::DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OSHUT,fill=-,flush=-,to=8/30000} filled -1 HeapByteBuffer@469dc859[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB4\x13\xB4\x88...\x00\x00\x00\x00\x00\x00\x00} 2022-03-09 04:12:16 623 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OSHUT,fill=-,flush=-,to=8/30000} 2022-03-09 04:12:16 623 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close(null) DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OSHUT,fill=-,flush=-,to=8/30000} 2022-03-09 04:12:16 623 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.66.79:9101 remote=/10.233.66.214:42050], selector=sun.nio.ch.EPollSelectorImpl@263d3db3, interestOps=1, readyOps=1 SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@7b500bba{NOT_HANDSHAKING,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OSHUT,fill=-,flush=-,to=8/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:16 623 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - shutdownOutput: SslConnection@7b500bba::SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@7b500bba{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} oshut=true, ishut=false 2022-03-09 04:12:16 623 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@7b500bba{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:16 623 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - ensureFillInterested SslConnection@7b500bba::SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@7b500bba{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:16 624 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@7b500bba{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:16 624 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@7b500bba{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:16 624 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@7b500bba{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2022-03-09 04:12:16 624 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - doClose SocketChannelEndPoint@3328ff14{l=/10.233.66.79:9101,r=/10.233.66.214:42050,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@7b500bba{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=/10.233.66.79:9101,r=/10.233.66.214:42050,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:16 624 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=1/1,p=0} tryExecute EatWhatYouKill@7d3c22a5/SelectorProducer@56f9de3b/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=1/1,p=0}][pc=0,pic=0,pec=22,epc=1740]@2022-03-09T04:12:16.624229Z 2022-03-09 04:12:16 624 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@7345f97d{s=0/1,p=0}@3965ccae offer EatWhatYouKill@7d3c22a5/SelectorProducer@56f9de3b/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@66713605{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@7345f97d{s=0/1,p=0}][pc=0,pic=0,pec=22,epc=1740]@2022-03-09T04:12:16.62433Z 2022-03-09 04:12:16 624 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - onClose FillInterest@7cffabe8{SSLC.NBReadCB@7b500bba{SslConnection@7b500bba::SocketChannelEndPoint@3328ff14{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@7b500bba{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2022-03-09 04:12:16 624 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - onFillableFail SslConnection@7b500bba::SocketChannelEndPoint@3328ff14{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@7b500bba{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@3f8fd4c2{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@5c2313c1[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@3ab8e9d6{s=START}]=>HttpChannelOverHttp@7028c816{s=HttpChannelState@4b2b42ec{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2022-03-09 04:12:16 624 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - onFail FillInterest@7e41585b{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