By type
2021-11-16 03:04:07 230 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EngineInstanceController] invocationID:{InvocationID} - <=BE ReadyForQuery(I) 2021-11-16 03:04:07 230 TRACE [org.skife.jdbi.v2.DBI][EngineInstanceController] invocationID:{InvocationID} - statement:[/* EngineEntityDao.getAllEntities */ SELECT * FROM ENGINE_ENTITY] took 2 millis 2021-11-16 03:04:07 230 TRACE [org.postgresql.jdbc.PgConnection][EngineInstanceController] invocationID:{InvocationID} - getString columnIndex: 2 2021-11-16 03:04:07 231 TRACE [org.postgresql.jdbc.PgConnection][EngineInstanceController] invocationID:{InvocationID} - getInt columnIndex: 3 2021-11-16 03:04:07 231 TRACE [org.postgresql.jdbc.PgConnection][EngineInstanceController] invocationID:{InvocationID} - getLong columnIndex: 4 2021-11-16 03:04:07 231 TRACE [org.skife.jdbi.v2.DBI][EngineInstanceController] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@1de90bd1] released 2021-11-16 03:04:08 422 INFO [org.onap.holmes.common.config.MicroServiceConfig][pool-2-thread-1] invocationID:{InvocationID} - Query the config-binding-service address using the URL: http://consul-server.onap:8500/v1/catalog/service/config-binding-service 2021-11-16 03:04:08 424 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next object: org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory 2021-11-16 03:04:08 424 DEBUG [org.jvnet.hk2.logger][pool-2-thread-1] invocationID:{InvocationID} - Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_297,298,1428576310) 2021-11-16 03:04:08 425 DEBUG [org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager][pool-2-thread-1] invocationID:{InvocationID} - Clearing Jersey HK2 caches. Service cache size: 3, reflection cache size: 20. 2021-11-16 03:04:08 427 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.logging.LoggingFeatureAutoDiscoverable 2021-11-16 03:04:08 427 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.internal.config.ExternalPropertiesAutoDiscoverable 2021-11-16 03:04:08 427 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.filter.internal.ServerFiltersAutoDiscoverable 2021-11-16 03:04:08 428 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.validation.internal.ValidationAutoDiscoverable 2021-11-16 03:04:08 428 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.jaxb.internal.JaxbAutoDiscoverable 2021-11-16 03:04:08 429 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.spidiscovery.internal.MetaInfServicesAutoDiscoverable 2021-11-16 03:04:08 429 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.wadl.internal.WadlAutoDiscoverable 2021-11-16 03:04:08 429 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.internal.monitoring.MonitoringAutodiscoverable 2021-11-16 03:04:08 430 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider 2021-11-16 03:04:08 430 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider 2021-11-16 03:04:08 431 DEBUG [org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel][pool-2-thread-1] invocationID:{InvocationID} - System properties configuration provider not allowed 2021-11-16 03:04:08 431 DEBUG [org.glassfish.jersey.client.ClientExecutorProvidersConfigurator][pool-2-thread-1] invocationID:{InvocationID} - null java.lang.reflect.InvocationTargetException: null at java.base/jdk.internal.reflect.GeneratedMethodAccessor29.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.getServiceAddrInfoFromDcaeConsulByHostName(MicroServiceConfig.java:53) 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 2021-11-16 03:04:08 431 INFO [org.glassfish.jersey.process.internal.ExecutorProviders][pool-2-thread-1] invocationID:{InvocationID} - Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. 2021-11-16 03:04:08 432 INFO [org.glassfish.jersey.process.internal.ExecutorProviders][pool-2-thread-1] invocationID:{InvocationID} - Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. 2021-11-16 03:04:08 435 INFO [org.glassfish.jersey.client.internal.HttpUrlConnector][pool-2-thread-1] invocationID:{InvocationID} - Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). 2021-11-16 03:04:08 436 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 2021-11-16 03:04:08 437 TRACE [sun.net.www.protocol.http.HttpURLConnection][pool-2-thread-1] invocationID:{InvocationID} - Proxy used: DIRECT 2021-11-16 03:04:08 437 DEBUG [sun.net.www.protocol.http.HttpURLConnection][pool-2-thread-1] invocationID:{InvocationID} - sun.net.www.MessageHeader@8bf22435 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} 2021-11-16 03:04:08 441 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 2021-11-16 03:04:08 441 DEBUG [sun.net.www.protocol.http.HttpURLConnection][pool-2-thread-1] invocationID:{InvocationID} - sun.net.www.MessageHeader@6d5754e47 pairs: {null: HTTP/1.1 200 OK}{Content-Type: application/json}{X-Consul-Index: 814}{X-Consul-Knownleader: true}{X-Consul-Lastcontact: 0}{Date: Tue, 16 Nov 2021 03:04:08 GMT}{Content-Length: 352} 2021-11-16 03:04:08 442 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 2021-11-16 03:04:08 443 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next object: org.glassfish.jersey.inject.hk2.Hk2InjectionManagerFactory 2021-11-16 03:04:08 443 DEBUG [org.jvnet.hk2.logger][pool-2-thread-1] invocationID:{InvocationID} - Created ServiceLocator ServiceLocatorImpl(__HK2_Generated_298,299,1787795069) 2021-11-16 03:04:08 443 DEBUG [org.glassfish.jersey.inject.hk2.AbstractHk2InjectionManager][pool-2-thread-1] invocationID:{InvocationID} - Clearing Jersey HK2 caches. Service cache size: 3, reflection cache size: 20. 2021-11-16 03:04:08 445 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.logging.LoggingFeatureAutoDiscoverable 2021-11-16 03:04:08 445 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.internal.config.ExternalPropertiesAutoDiscoverable 2021-11-16 03:04:08 445 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.filter.internal.ServerFiltersAutoDiscoverable 2021-11-16 03:04:08 446 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.validation.internal.ValidationAutoDiscoverable 2021-11-16 03:04:08 446 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.jaxb.internal.JaxbAutoDiscoverable 2021-11-16 03:04:08 446 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.spidiscovery.internal.MetaInfServicesAutoDiscoverable 2021-11-16 03:04:08 446 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.wadl.internal.WadlAutoDiscoverable 2021-11-16 03:04:08 446 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: org.glassfish.jersey.server.internal.monitoring.MonitoringAutodiscoverable 2021-11-16 03:04:08 447 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider 2021-11-16 03:04:08 447 TRACE [org.glassfish.jersey.internal.ServiceFinder][pool-2-thread-1] invocationID:{InvocationID} - Loading next class: com.fasterxml.jackson.jaxrs.json.JacksonJsonProvider 2021-11-16 03:04:08 447 DEBUG [org.glassfish.jersey.internal.config.SystemPropertiesConfigurationModel][pool-2-thread-1] invocationID:{InvocationID} - System properties configuration provider not allowed 2021-11-16 03:04:08 447 DEBUG [org.glassfish.jersey.client.ClientExecutorProvidersConfigurator][pool-2-thread-1] invocationID:{InvocationID} - null java.lang.reflect.InvocationTargetException: null at java.base/jdk.internal.reflect.GeneratedMethodAccessor29.invoke(Unknown Source) at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source) at java.base/java.lang.reflect.Method.invoke(Unknown Source) at org.glassfish.jersey.client.ClientExecutorProvidersConfigurator.lookupManagedScheduledExecutorService(ClientExecutorProvidersConfigurator.java:174) at org.glassfish.jersey.client.ClientExecutorProvidersConfigurator.init(ClientExecutorProvidersConfigurator.java:124) at org.glassfish.jersey.client.ClientConfig$State.initRuntime(ClientConfig.java:447) at org.glassfish.jersey.internal.util.collection.Values$LazyValueImpl.get(Values.java:317) at org.glassfish.jersey.client.ClientConfig.getRuntime(ClientConfig.java:807) at org.glassfish.jersey.client.ClientRequest.getClientRuntime(ClientRequest.java:219) at org.glassfish.jersey.client.ClientRequest.getInjectionManager(ClientRequest.java:610) at org.glassfish.jersey.client.JerseyWebTarget.onBuilder(JerseyWebTarget.java:364) at org.glassfish.jersey.client.JerseyWebTarget.request(JerseyWebTarget.java:192) at org.glassfish.jersey.client.JerseyWebTarget.request(JerseyWebTarget.java:36) at org.onap.holmes.common.utils.JerseyClient.get(JerseyClient.java:121) at org.onap.holmes.common.utils.JerseyClient.get(JerseyClient.java:112) at org.onap.holmes.common.config.MicroServiceConfig.execQuery(MicroServiceConfig.java:72) at org.onap.holmes.common.config.MicroServiceConfig.getServiceConfigInfoFromCBS(MicroServiceConfig.java:77) at org.onap.holmes.common.dcae.DcaeConfigurationQuery.getDcaeConfigurations(DcaeConfigurationQuery.java:27) at org.onap.holmes.rulemgt.dcae.DcaeConfigurationPolling.run(DcaeConfigurationPolling.java:53) at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source) at java.base/java.util.concurrent.FutureTask.runAndReset(Unknown Source) at java.base/java.util.concurrent.ScheduledThreadPoolExecutor$ScheduledFutureTask.run(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source) at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source) at java.base/java.lang.Thread.run(Unknown Source) Caused by: javax.naming.NoInitialContextException: Need to specify class name in environment or system property, or in an application resource file: java.naming.factory.initial at java.naming/javax.naming.spi.NamingManager.getInitialContext(Unknown Source) at java.naming/javax.naming.InitialContext.getDefaultInitCtx(Unknown Source) at java.naming/javax.naming.InitialContext.getURLOrDefaultInitCtx(Unknown Source) at java.naming/javax.naming.InitialContext.lookup(Unknown Source) ... 25 common frames omitted 2021-11-16 03:04:08 447 INFO [org.glassfish.jersey.process.internal.ExecutorProviders][pool-2-thread-1] invocationID:{InvocationID} - Selected ExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientAsyncExecutorProvider] to be used for injection of executor qualified by [org.glassfish.jersey.client.ClientAsyncExecutor] annotation. 2021-11-16 03:04:08 448 INFO [org.glassfish.jersey.process.internal.ExecutorProviders][pool-2-thread-1] invocationID:{InvocationID} - Selected ScheduledExecutorServiceProvider implementation [org.glassfish.jersey.client.DefaultClientBackgroundSchedulerProvider] to be used for injection of scheduler qualified by [org.glassfish.jersey.client.ClientBackgroundScheduler] annotation. 2021-11-16 03:04:08 450 INFO [org.glassfish.jersey.client.internal.HttpUrlConnector][pool-2-thread-1] invocationID:{InvocationID} - Restricted headers are not enabled using [sun.net.http.allowRestrictedHeaders] system property (setting only takes effect on connections created after the property has been set/changed). 2021-11-16 03:04:08 451 TRACE [sun.net.www.protocol.http.HttpURLConnection][pool-2-thread-1] invocationID:{InvocationID} - ProxySelector Request for http://config-binding-service.onap:10000/service_component/holmes-rule-mgmt 2021-11-16 03:04:08 452 TRACE [sun.net.www.protocol.http.HttpURLConnection][pool-2-thread-1] invocationID:{InvocationID} - Proxy used: DIRECT 2021-11-16 03:04:08 452 DEBUG [sun.net.www.protocol.http.HttpURLConnection][pool-2-thread-1] invocationID:{InvocationID} - sun.net.www.MessageHeader@63c532325 pairs: {GET /service_component/holmes-rule-mgmt HTTP/1.1: null}{User-Agent: Jersey/2.31 (HttpUrlConnection 11.0.6)}{Host: config-binding-service.onap:10000}{Accept: text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2}{Connection: keep-alive} 2021-11-16 03:04:08 480 TRACE [sun.net.www.protocol.http.HttpURLConnection][pool-2-thread-1] invocationID:{InvocationID} - KeepAlive stream used: http://config-binding-service.onap:10000/service_component/holmes-rule-mgmt 2021-11-16 03:04:08 480 DEBUG [sun.net.www.protocol.http.HttpURLConnection][pool-2-thread-1] invocationID:{InvocationID} - sun.net.www.MessageHeader@427c0b145 pairs: {null: HTTP/1.1 200 OK}{x-onap-requestid: 06d98ca6-9e00-4b99-b2cb-cd1ac2efd7fd}{Content-Type: application/json}{Content-Length: 4153}{Date: Tue, 16 Nov 2021 03:04:08 GMT} 2021-11-16 03:04:08 481 INFO [org.onap.holmes.common.config.MicroServiceConfig][pool-2-thread-1] invocationID:{InvocationID} - The query url is: http://config-binding-service.onap:10000/service_component/holmes-rule-mgmt. The corresponding configurations are {"holmes.default.rule.volte.scenario1": "ControlLoop-VOLTE-2179b738-fd36-4843-a71a-a8c24c70c55b$$$package org.onap.holmes.droolsRule;\n\nimport org.onap.holmes.common.dmaap.DmaapService;\nimport org.onap.holmes.common.api.stat.VesAlarm;\nimport org.onap.holmes.common.aai.CorrelationUtil;\nimport org.onap.holmes.common.dmaap.entity.PolicyMsg;\nimport org.onap.holmes.common.dropwizard.ioc.utils.ServiceLocatorHolder;\nimport org.onap.holmes.common.utils.DroolsLog;\n \n\nrule \"Relation_analysis_Rule\"\nsalience 200\nno-loop true\n when\n $root : VesAlarm(alarmIsCleared == 0,\n $sourceId: sourceId, sourceId != null && !sourceId.equals(\"\"),\n\t\t\t$sourceName: sourceName, sourceName != null && !sourceName.equals(\"\"),\n\t\t\t$startEpochMicrosec: startEpochMicrosec,\n eventName in (\"Fault_MultiCloud_VMFailure\"),\n $eventId: eventId)\n $child : VesAlarm( eventId != $eventId, parentId == null,\n CorrelationUtil.getInstance().isTopologicallyRelated(sourceId, $sourceId, $sourceName),\n eventName in (\"Fault_MME_eNodeB out of service alarm\"),\n startEpochMicrosec < $startEpochMicrosec + 60000 && startEpochMicrosec > $startEpochMicrosec - 60000 )\n then\n\t\tDroolsLog.printInfo(\"===========================================================\");\n\t\tDroolsLog.printInfo(\"Relation_analysis_Rule: rootId=\" + $root.getEventId() + \", childId=\" + $child.getEventId());\n\t\t$child.setParentId($root.getEventId());\n\t\tupdate($child);\n\t\t\nend\n\nrule \"root_has_child_handle_Rule\"\nsalience 150\nno-loop true\n\twhen\n\t\t$root : VesAlarm(alarmIsCleared == 0, rootFlag == 0, $eventId: eventId)\n\t\t$child : VesAlarm(eventId != $eventId, parentId == $eventId)\n\tthen\n\t\tDroolsLog.printInfo(\"===========================================================\");\n\t\tDroolsLog.printInfo(\"root_has_child_handle_Rule: rootId=\" + $root.getEventId() + \", childId=\" + $child.getEventId());\n\t\tDmaapService dmaapService = ServiceLocatorHolder.getLocator().getService(DmaapService.class);\n\t\tPolicyMsg policyMsg = dmaapService.getPolicyMsg($root, $child, \"org.onap.holmes.droolsRule\");\n dmaapService.publishPolicyMsg(policyMsg, \"dcae_cl_out\");\n\t\t$root.setRootFlag(1);\n\t\tupdate($root);\nend\n\nrule \"root_no_child_handle_Rule\"\nsalience 100\nno-loop true\n when\n $root : VesAlarm(alarmIsCleared == 0, rootFlag == 0,\n sourceId != null && !sourceId.equals(\"\"),\n\t\t\tsourceName != null && !sourceName.equals(\"\"),\n eventName in (\"Fault_MultiCloud_VMFailure\"))\n then\n\t\tDroolsLog.printInfo(\"===========================================================\");\n\t\tDroolsLog.printInfo(\"root_no_child_handle_Rule: rootId=\" + $root.getEventId());\n\t\tDmaapService dmaapService = ServiceLocatorHolder.getLocator().getService(DmaapService.class);\n\t\tPolicyMsg policyMsg = dmaapService.getPolicyMsg($root, null, \"org.onap.holmes.droolsRule\");\n dmaapService.publishPolicyMsg(policyMsg, \"dcae_cl_out\");\n\t\t$root.setRootFlag(1);\n\t\tupdate($root);\nend\n\nrule \"root_cleared_handle_Rule\"\nsalience 100\nno-loop true\n when\n $root : VesAlarm(alarmIsCleared == 1, rootFlag == 1)\n then\n\t\tDroolsLog.printInfo(\"===========================================================\");\n\t\tDroolsLog.printInfo(\"root_cleared_handle_Rule: rootId=\" + $root.getEventId());\n\t\tDmaapService dmaapService = ServiceLocatorHolder.getLocator().getService(DmaapService.class);\n\t\tPolicyMsg policyMsg = dmaapService.getPolicyMsg($root, null, \"org.onap.holmes.droolsRule\");\n dmaapService.publishPolicyMsg(policyMsg, \"dcae_cl_out\");\n\t\tretract($root);\nend\n\nrule \"child_handle_Rule\"\nsalience 100\nno-loop true\n when\n $child : VesAlarm(alarmIsCleared == 1, rootFlag == 0)\n then\n\t\tDroolsLog.printInfo(\"===========================================================\");\n\t\tDroolsLog.printInfo(\"child_handle_Rule: childId=\" + $child.getEventId());\n\t\tretract($child);\nend", "services_calls": {}, "streams_publishes": {}, "streams_subscribes": {}} 2021-11-16 03:04:08 481 INFO [org.onap.holmes.rulemgt.dcae.DcaeConfigurationPolling][pool-2-thread-1] invocationID:{InvocationID} - Operation aborted due to identical configurations. 2021-11-16 03:04:15 704 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@49122853-RuleActiveApp@5f5297e3{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@1480afa1[java.nio.channels.SocketChannel[connected local=/10.233.70.189:9101 remote=/10.233.70.43:60372]] on ManagedSelector@55638165{STARTED} id=0 keys=0 selected=0 updates=0 2021-11-16 03:04:15 704 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@49122853-RuleActiveApp@5f5297e3{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@55638165{STARTED} id=0 keys=0 selected=0 updates=1 2021-11-16 03:04:15 704 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e woken with none selected 2021-11-16 03:04:15 704 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e woken up from select, 0/0/0 selected 2021-11-16 03:04:15 704 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e processing 0 keys, 1 updates 2021-11-16 03:04:15 704 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 1 2021-11-16 03:04:15 704 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - update Accept@1480afa1[java.nio.channels.SocketChannel[connected local=/10.233.70.189:9101 remote=/10.233.70.43:60372]] 2021-11-16 03:04:15 704 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - queue Accept@1480afa1[java.nio.channels.SocketChannel[connected local=/10.233.70.189:9101 remote=/10.233.70.43:60372]] startThread=0 2021-11-16 03:04:15 704 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0 2021-11-16 03:04:15 704 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e waiting with 1 keys 2021-11-16 03:04:15 704 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run Accept@1480afa1[java.nio.channels.SocketChannel[connected local=/10.233.70.189:9101 remote=/10.233.70.43:60372]] in InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@f559c74{s=1/1,p=0}] 2021-11-16 03:04:15 704 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-26] invocationID:{InvocationID} - SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->
idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-11-16 03:04:15 705 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-26] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@7b6c717e 2021-11-16 03:04:15 705 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - new HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=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@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-11-16 03:04:15 705 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - New HTTP Connection HttpConnection@73d6c7aa::DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=0/30000} 2021-11-16 03:04:15 705 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$510/0x0000000100630040@787517f4 on ManagedSelector@55638165{STARTED} id=0 keys=1 selected=0 updates=0 2021-11-16 03:04:15 705 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@3b0743b7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:15 705 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - onOpen SslConnection@3b0743b7::SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@3b0743b7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:15 705 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - onOpen HttpConnection@73d6c7aa::DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=0/30000} 2021-11-16 03:04:15 705 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - fillInterested HttpConnection@73d6c7aa::DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=0/30000} 2021-11-16 03:04:15 705 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@58475fdb{AC.ReadCB@73d6c7aa{HttpConnection@73d6c7aa::DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-11-16 03:04:15 706 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@3b0743b7::SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@3b0743b7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:15 706 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@3b0743b7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:15 706 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@8dd3990{SSLC.NBReadCB@3b0743b7{SslConnection@3b0743b7::SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@3b0743b7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-11-16 03:04:15 706 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@3b0743b7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:15 706 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005f3440@946c9c7 on ManagedSelector@55638165{STARTED} id=0 keys=1 selected=0 updates=1 2021-11-16 03:04:15 706 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@55638165{STARTED} id=0 keys=1 selected=0 updates=2 2021-11-16 03:04:15 706 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e woken with none selected 2021-11-16 03:04:15 706 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e woken up from select, 0/0/1 selected 2021-11-16 03:04:15 706 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e processing 0 keys, 2 updates 2021-11-16 03:04:15 706 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 2 2021-11-16 03:04:15 706 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$510/0x0000000100630040@787517f4 2021-11-16 03:04:15 706 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Created SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@3b0743b7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:15 706 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005f3440@946c9c7 2021-11-16 03:04:15 706 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - ran Accept@1480afa1[java.nio.channels.SocketChannel[connected local=/10.233.70.189:9101 remote=/10.233.70.43:60372]] in InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@f559c74{s=1/1,p=0}] 2021-11-16 03:04:15 706 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@3b0743b7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:15 706 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0 2021-11-16 03:04:15 706 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e waiting with 1 keys 2021-11-16 03:04:15 706 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e woken up from select, 1/1/1 selected 2021-11-16 03:04:15 706 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e processing 1 keys, 0 updates 2021-11-16 03:04:15 706 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.70.189:9101 remote=/10.233.70.43:60372], selector=sun.nio.ch.EPollSelectorImpl@17f7ae5e, interestOps=1, readyOps=1 SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@3b0743b7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:15 707 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@3b0743b7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:15 707 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@3b0743b7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-11-16 03:04:15 707 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=1/1,p=0} tryExecute EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@f559c74{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1785]@2021-11-16T03:04:15.70719Z 2021-11-16 03:04:15 707 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=0/1,p=0}@5da8d861 offer EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@f559c74{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=1785]@2021-11-16T03:04:15.707247Z 2021-11-16 03:04:15 707 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=0/1,p=1} startReservedThread p=1 2021-11-16 03:04:15 707 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - queue ReservedThreadExecutor@f559c74{s=0/1,p=1}@5d2e2a3c startThread=0 2021-11-16 03:04:15 707 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-28] invocationID:{InvocationID} - EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@f559c74{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1785]@2021-11-16T03:04:15.707341Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@3b0743b7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-11-16 03:04:15 707 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=0/1,p=1}@5da8d861 task=EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@f559c74{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1786]@2021-11-16T03:04:15.707446Z 2021-11-16 03:04:15 707 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - fillable FillInterest@8dd3990{SSLC.NBReadCB@3b0743b7{SslConnection@3b0743b7::SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@3b0743b7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-11-16 03:04:15 707 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - run ReservedThreadExecutor@f559c74{s=0/1,p=1}@5d2e2a3c in InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@f559c74{s=0/1,p=1}] 2021-11-16 03:04:15 707 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@f559c74{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1786]@2021-11-16T03:04:15.707524Z tryProduce true 2021-11-16 03:04:15 707 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=1/1,p=1}@5d2e2a3c started 2021-11-16 03:04:15 707 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=1/1,p=0}@5d2e2a3c waiting 2021-11-16 03:04:15 707 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 0 2021-11-16 03:04:15 707 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0 2021-11-16 03:04:15 707 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >c.onFillable SslConnection@3b0743b7::SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@3b0743b7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:15 707 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - onFillable SslConnection@3b0743b7::SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@3b0743b7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:15 707 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - fillable FillInterest@58475fdb{AC.ReadCB@73d6c7aa{HttpConnection@73d6c7aa::DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=FI,flush=-,to=1/30000}}} 2021-11-16 03:04:15 707 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b0743b7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:15 707 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@73d6c7aa::DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=1/30000} onFillable enter HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-11-16 03:04:15 707 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e waiting with 1 keys 2021-11-16 03:04:15 707 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >fill SslConnection@3b0743b7::SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b0743b7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=1/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:15 707 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-11-16 03:04:15 707 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 261 HeapByteBuffer@7a58d064[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\x97\x9d\xDd\x99\xE9\x02\x87\xE1\xB0\x03\x14\x85\xA7\xBc...+\x85\xD3\xBbQ\xA3\t\xA7\xBat\x10UW<\x7f}\xC2\x0fsD\xA9\xE1H>>>\xEcb\x1b\xA62\xC5\x07\xAd\x1e...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:15 707 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=261 2021-11-16 03:04:15 708 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill starting handshake SslConnection@3b0743b7::SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b0743b7{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:15 708 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@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#!B\x12\xCe...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#!B\x12\xCe...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:15 708 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_TASK 2021-11-16 03:04:15 708 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_WRAP 2021-11-16 03:04:15 708 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >flush SslConnection@3b0743b7::SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b0743b7{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:15 708 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@526e7a59[p=0,l=0,c=0,r=0]={<<<>>>} 2021-11-16 03:04:15 709 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - flush NEED_WRAP 2021-11-16 03:04:15 709 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 2021-11-16 03:04:15 709 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b0743b7{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:15 709 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net flushed=true, ac=true 2021-11-16 03:04:15 709 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - SslConnection@3b0743b7{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:15 709 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-11-16 03:04:15 709 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 6 HeapByteBuffer@7a58d064[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x03\x97\x9d\xDd\x99...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:15 709 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=6 2021-11-16 03:04:15 709 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] 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@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#!B\x12\xCe...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#!B\x12\xCe...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:15 709 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-11-16 03:04:15 709 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 0 HeapByteBuffer@7a58d064[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x00\x00\xFc...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:15 709 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=0 2021-11-16 03:04:15 709 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@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#!B\x12\xCe...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#!B\x12\xCe...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:15 709 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - SslConnection@3b0743b7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:15 709 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >fill SslConnection@3b0743b7::SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b0743b7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:15 709 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-11-16 03:04:15 709 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 367 HeapByteBuffer@7a58d064[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\x97\x9d\xDd\x99\xE9\x02\x87\xE1\xB0\x03\x14\x85\xA7\xBc.../t\x07"m\xB8(1\xA5\x17a\xB0i0\xF9Q\xF6\x9f\x98k\x10?\xCb>>>,\xF2\xBf\x1a{\xB1.vo...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:15 709 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=367 2021-11-16 03:04:15 709 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] 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@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#!B\x12\xCe...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#!B\x12\xCe...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:15 709 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_TASK 2021-11-16 03:04:15 713 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@7b6c717e 2021-11-16 03:04:15 715 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_WRAP 2021-11-16 03:04:15 715 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >flush SslConnection@3b0743b7::SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b0743b7{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:15 715 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@526e7a59[p=0,l=0,c=0,r=0]={<<<>>>} 2021-11-16 03:04:15 715 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - flush NEED_WRAP 2021-11-16 03:04:15 715 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 2021-11-16 03:04:15 715 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=6/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b0743b7{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=9/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:15 715 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net flushed=true, ac=true 2021-11-16 03:04:15 715 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - flush NEED_WRAP 2021-11-16 03:04:15 715 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 2021-11-16 03:04:15 715 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b0743b7{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:15 716 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net flushed=true, ac=true 2021-11-16 03:04:15 716 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - flush NEED_WRAP 2021-11-16 03:04:15 716 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2687 sequenceNumber = 0 [p=0,l=2687,c=17408,r=2687] ioDone=false/false 2021-11-16 03:04:15 716 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - flushed 2687 SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b0743b7{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:15 716 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net flushed=true, ac=true 2021-11-16 03:04:15 716 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - SslConnection@3b0743b7{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:15 716 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-11-16 03:04:15 716 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - filled 0 HeapByteBuffer@7a58d064[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:15 716 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - net filled=0 2021-11-16 03:04:15 716 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@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#!B\x12\xCe...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#!B\x12\xCe...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:15 716 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - SslConnection@3b0743b7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=10/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:15 716 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@73d6c7aa::DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=10/30000} filled 0 HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#!B\x12\xCe...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:15 716 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@73d6c7aa::DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=10/30000} parse HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#!B\x12\xCe...\x00\x00\x00\x00\x00\x00\x00} {} 2021-11-16 03:04:15 716 DEBUG [org.eclipse.jetty.http.HttpParser][dw-28] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#!B\x12\xCe...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:15 716 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@73d6c7aa::DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=10/30000} parsed false HttpParser{s=START,0 of -1} 2021-11-16 03:04:15 716 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@73d6c7aa::DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=10/30000} 2021-11-16 03:04:15 716 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-28] invocationID:{InvocationID} - fillInterested HttpConnection@73d6c7aa::DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=10/30000} 2021-11-16 03:04:15 716 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - interested FillInterest@58475fdb{AC.ReadCB@73d6c7aa{HttpConnection@73d6c7aa::DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-11-16 03:04:15 716 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@3b0743b7::SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b0743b7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:15 716 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - SslConnection@3b0743b7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:15 716 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - interested FillInterest@8dd3990{SSLC.NBReadCB@3b0743b7{SslConnection@3b0743b7::SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b0743b7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-11-16 03:04:15 716 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@3b0743b7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:15 716 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005f3440@946c9c7 on ManagedSelector@55638165{STARTED} id=0 keys=1 selected=0 updates=0 2021-11-16 03:04:15 716 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@55638165{STARTED} id=0 keys=1 selected=0 updates=1 2021-11-16 03:04:15 717 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-28] invocationID:{InvocationID} - HttpConnection@73d6c7aa::DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-11-16 03:04:15 717 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e woken with none selected 2021-11-16 03:04:15 717 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e woken up from select, 0/0/1 selected 2021-11-16 03:04:15 717 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e processing 0 keys, 1 updates 2021-11-16 03:04:15 717 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 1 2021-11-16 03:04:15 717 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-28] invocationID:{InvocationID} - SslConnection@3b0743b7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:15 717 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005f3440@946c9c7 2021-11-16 03:04:15 717 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=1/1,p=0}@4143ba87 size 1 > capacity 2021-11-16 03:04:15 717 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran ReservedThreadExecutor@f559c74{s=1/1,p=0}@4143ba87 in InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@f559c74{s=1/1,p=0}] 2021-11-16 03:04:15 717 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@3b0743b7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:15 717 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0 2021-11-16 03:04:15 717 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e waiting with 1 keys 2021-11-16 03:04:15 717 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e woken up from select, 1/1/1 selected 2021-11-16 03:04:15 717 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e processing 1 keys, 0 updates 2021-11-16 03:04:15 717 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.70.189:9101 remote=/10.233.70.43:60372], selector=sun.nio.ch.EPollSelectorImpl@17f7ae5e, interestOps=1, readyOps=1 SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@3b0743b7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:15 717 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@3b0743b7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:15 718 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@3b0743b7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-11-16 03:04:15 718 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=1/1,p=0} tryExecute EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@f559c74{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1786]@2021-11-16T03:04:15.718161Z 2021-11-16 03:04:15 718 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=0/1,p=0}@5d2e2a3c offer EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@f559c74{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=1786]@2021-11-16T03:04:15.718256Z 2021-11-16 03:04:15 718 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=0/1,p=1} startReservedThread p=1 2021-11-16 03:04:15 718 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue ReservedThreadExecutor@f559c74{s=0/1,p=1}@59cc3779 startThread=0 2021-11-16 03:04:15 718 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - run ReservedThreadExecutor@f559c74{s=0/1,p=1}@59cc3779 in InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@f559c74{s=0/1,p=1}] 2021-11-16 03:04:15 718 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=1/1,p=1}@59cc3779 started 2021-11-16 03:04:15 718 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=0/1,p=1}@5d2e2a3c task=EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@f559c74{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1786]@2021-11-16T03:04:15.71847Z 2021-11-16 03:04:15 718 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=1/1,p=0}@59cc3779 waiting 2021-11-16 03:04:15 718 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@f559c74{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1786]@2021-11-16T03:04:15.718511Z tryProduce true 2021-11-16 03:04:15 718 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@f559c74{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1786]@2021-11-16T03:04:15.718422Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@3b0743b7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-11-16 03:04:15 718 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 0 2021-11-16 03:04:15 718 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0 2021-11-16 03:04:15 718 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@8dd3990{SSLC.NBReadCB@3b0743b7{SslConnection@3b0743b7::SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@3b0743b7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-11-16 03:04:15 718 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b0743b7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:15 718 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e waiting with 1 keys 2021-11-16 03:04:15 718 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >c.onFillable SslConnection@3b0743b7::SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b0743b7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:15 718 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - onFillable SslConnection@3b0743b7::SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b0743b7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:15 718 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@58475fdb{AC.ReadCB@73d6c7aa{HttpConnection@73d6c7aa::DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=FI,flush=-,to=2/30000}}} 2021-11-16 03:04:15 718 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@73d6c7aa::DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-11-16 03:04:15 719 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >fill SslConnection@3b0743b7::SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b0743b7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:15 719 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-11-16 03:04:15 719 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 230 HeapByteBuffer@7a58d064[p=0,l=230,c=17408,r=230]={<<<\x17\x03\x03\x005\x9e\x93\xB9T\xBd\xBd\xEe\xC1\xE6\x15;\xA7vw\xA3\x87\x90Q\xEeZ...\xA6\xE2NB\x91\xA59\x84E\xF3\xC6\x19tN\xBe\x9b\x82\x00\xF2\xCaG]M>>>(\xB5\x96s2\xE1\x02\xE1\x1c...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:15 719 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=230 2021-11-16 03:04:15 720 DEBUG [jdk.event.security][dw-24] invocationID:{InvocationID} - TLSHandshake: 10.233.70.43:60372, TLSv1.3, TLS_AES_128_GCM_SHA256, 0 2021-11-16 03:04:15 720 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=230 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=230,c=17408,r=172] unwrapBuffer=HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#!B\x12\xCe...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#!B\x12\xCe...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:15 720 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - handshake succeeded SslConnection@3b0743b7::SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b0743b7{NOT_HANDSHAKING,eio=172/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} resumed server TLSv1.3/TLS_AES_128_GCM_SHA256 2021-11-16 03:04:15 720 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-11-16 03:04:15 720 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 0 HeapByteBuffer@7a58d064[p=58,l=230,c=17408,r=172]={\x17\x03\x03\x005\x14\x00\x00 ...\x8dg\x81\x7f\x08\x80T<<<\x17\x03\x03\x00\xA7>\x86\xCb\xB3)^\x08\xFbg(tA\xFe\xB9\x8d\xEb\xDd\xE4\x0e\xD5...\xA6\xE2NB\x91\xA59\x84E\xF3\xC6\x19tN\xBe\x9b\x82\x00\xF2\xCaG]M>>>(\xB5\x96s2\xE1\x02\xE1\x1c...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:15 720 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=0 2021-11-16 03:04:15 720 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 172 bytesProduced = 150 encryptedBuffer=[p=230,l=230,c=17408,r=0] unwrapBuffer=HeapByteBuffer@3ad3619[p=0,l=150,c=17408,r=150]={<< >>\xE8\xCag\xD1r\xB7\x1e\x8bF...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3ad3619[p=0,l=150,c=17408,r=150]={<< >>\xE8\xCag\xD1r\xB7\x1e\x8bF...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:15 720 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@3b0743b7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=START,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:15 720 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@73d6c7aa::DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=4/30000} filled 150 HeapByteBuffer@3ad3619[p=0,l=150,c=17408,r=150]={<< >>\xE8\xCag\xD1r\xB7\x1e\x8bF...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:15 720 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@73d6c7aa::DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=4/30000} parse HeapByteBuffer@3ad3619[p=0,l=150,c=17408,r=150]={<< >>\xE8\xCag\xD1r\xB7\x1e\x8bF...\x00\x00\x00\x00\x00\x00\x00} {} 2021-11-16 03:04:15 720 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@3ad3619[p=0,l=150,c=17408,r=150]={<< >>\xE8\xCag\xD1r\xB7\x1e\x8bF...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:15 720 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - START --> SPACE1 2021-11-16 03:04:15 720 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - SPACE1 --> URI 2021-11-16 03:04:15 720 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - URI --> SPACE2 2021-11-16 03:04:15 720 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION 2021-11-16 03:04:15 720 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER 2021-11-16 03:04:15 720 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Host --> VALUE 2021-11-16 03:04:15 720 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE 2021-11-16 03:04:15 720 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Host --> FIELD 2021-11-16 03:04:15 721 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE 2021-11-16 03:04:15 721 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE 2021-11-16 03:04:15 721 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD 2021-11-16 03:04:15 721 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE 2021-11-16 03:04:15 721 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD 2021-11-16 03:04:15 721 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE 2021-11-16 03:04:15 721 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD 2021-11-16 03:04:15 721 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - HEADER --> CONTENT 2021-11-16 03:04:15 721 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - REQUEST for //10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} GET //10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1 Host: 10.233.70.189:9101 User-Agent: kube-probe/1.19 Accept-Encoding: gzip Connection: close 2021-11-16 03:04:15 721 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@73d6c7aa::DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=4/30000} parsed true HttpParser{s=CONTENT,0 of -1} 2021-11-16 03:04:15 721 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@73d6c7aa::DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=4/30000} 2021-11-16 03:04:15 721 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - handle //10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-11-16 03:04:15 721 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - handling HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-11-16 03:04:15 721 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-11-16 03:04:15 721 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-24] invocationID:{InvocationID} - Host 10.233.70.189 with SNI null 2021-11-16 03:04:15 721 DEBUG [org.eclipse.jetty.server.Server][dw-24] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-11-16 03:04:15 721 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-24] invocationID:{InvocationID} - GzipHandler@4b28a7bf{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck)@7a6ac8f4 in null 2021-11-16 03:04:15 721 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-24] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@fb6097b{/,null,AVAILABLE} 2021-11-16 03:04:15 721 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-24] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@fb6097b{/,null,AVAILABLE} 2021-11-16 03:04:15 722 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-5763a655@9187ac12==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-11-16 03:04:15 722 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - chain=customFilter@2d130ac4==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-3a40bb52@3a40bb52==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-17ec335a@17ec335a==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-5763a655@9187ac12==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-11-16 03:04:15 722 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - call filter customFilter@2d130ac4==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true 2021-11-16 03:04:15 722 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - Entering. 2021-11-16 03:04:15 722 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation. 2021-11-16 03:04:15 722 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 3470c047-9e07-43b1-9136-a6655dbbc0d8 2021-11-16 03:04:15 722 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - Invoking synchronously ... 2021-11-16 03:04:15 722 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-3a40bb52@3a40bb52==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true 2021-11-16 03:04:15 722 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-17ec335a@17ec335a==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true 2021-11-16 03:04:15 722 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-5763a655@9187ac12==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-11-16 03:04:15 723 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@4b28a7bf{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck)@7a6ac8f4 2021-11-16 03:04:15 723 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@6560b exclude no deflater 2021-11-16 03:04:15 723 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@45fc7674[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@7db3f64d{null} 2021-11-16 03:04:15 723 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@581a7642{s=HttpChannelState@4520c237{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} 200 OK HTTP/1.1 Connection: close Date: Tue, 16 Nov 2021 03:04:15 GMT X-TransactionID: 3470c047-9e07-43b1-9136-a6655dbbc0d8 X-InvocationID: 3c9532d9-72fa-4720-8d5b-8ea791d28740 Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2021-11-16 03:04:15 723 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@5132bc67[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@63b61e44] (null,[p=0,l=4,c=8192,r=4],true)@START 2021-11-16 03:04:15 723 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@45fc7674[p=0,l=4,c=8192,r=4]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:15 723 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close Date: Tue, 16 Nov 2021 03:04:15 GMT X-TransactionID: 3470c047-9e07-43b1-9136-a6655dbbc0d8 X-InvocationID: 3c9532d9-72fa-4720-8d5b-8ea791d28740 Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2021-11-16 03:04:15 723 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT 2021-11-16 03:04:15 724 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@5132bc67[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@63b61e44] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING 2021-11-16 03:04:15 724 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@455f9b90{IDLE}->null [HeapByteBuffer@72fc381d[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@45fc7674[p=0,l=4,c=8192,r=4]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 2021-11-16 03:04:15 724 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@455f9b90{WRITING}->null:IDLE-->WRITING 2021-11-16 03:04:15 724 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@3b0743b7::SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b0743b7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=W,to=7/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1de9305b{s=COMPLETING}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-11-16 03:04:15 724 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@72fc381d[p=0,l=252,c=8192,r=252]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:15 724 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@45fc7674[p=0,l=4,c=8192,r=4]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:15 724 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING 2021-11-16 03:04:15 724 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 256 bytesProduced = 294 sequenceNumber = 0 [p=0,l=294,c=17408,r=294] ioDone=false/false 2021-11-16 03:04:15 724 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b0743b7{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=W,to=7/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1de9305b{s=COMPLETING}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-11-16 03:04:15 724 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2021-11-16 03:04:15 724 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@3b0743b7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=W,to=8/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1de9305b{s=COMPLETING}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-11-16 03:04:15 724 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@455f9b90{WRITING}->null 2021-11-16 03:04:15 724 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@455f9b90{IDLE}->null:WRITING-->IDLE 2021-11-16 03:04:15 724 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@5132bc67[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@63b61e44] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2021-11-16 03:04:15 725 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@5132bc67[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@63b61e44] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2021-11-16 03:04:15 725 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=8/30000} 2021-11-16 03:04:15 725 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@3b0743b7::SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b0743b7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OSHUTTING,fill=-,flush=-,to=8/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1de9305b{s=END}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} oshut=false, ishut=false 2021-11-16 03:04:15 725 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@3b0743b7::SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b0743b7{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OSHUTTING,fill=-,flush=-,to=8/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1de9305b{s=END}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-11-16 03:04:15 725 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@526e7a59[p=0,l=0,c=0,r=0]={<<<>>>} 2021-11-16 03:04:15 725 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP 2021-11-16 03:04:15 725 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 40 sequenceNumber = 1 [p=0,l=40,c=17408,r=40] ioDone=false/true 2021-11-16 03:04:15 725 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b0743b7{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OSHUTTING,fill=-,flush=-,to=9/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1de9305b{s=END}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-11-16 03:04:15 725 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2021-11-16 03:04:15 725 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b0743b7{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OSHUTTING,fill=-,flush=-,to=9/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1de9305b{s=END}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-11-16 03:04:15 726 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@3b0743b7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OSHUTTING,fill=-,flush=-,to=9/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1de9305b{s=END}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-11-16 03:04:15 726 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@3b0743b7::SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b0743b7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OSHUTTING,fill=-,flush=-,to=9/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1de9305b{s=END}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-11-16 03:04:15 726 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@8dd3990{SSLC.NBReadCB@3b0743b7{SslConnection@3b0743b7::SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b0743b7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OSHUTTING,fill=-,flush=-,to=9/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1de9305b{s=END}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}}} 2021-11-16 03:04:15 726 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@3b0743b7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OSHUTTING,fill=-,flush=-,to=9/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1de9305b{s=END}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-11-16 03:04:15 726 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$504/0x00000001005f3440@946c9c7 on ManagedSelector@55638165{STARTED} id=0 keys=1 selected=0 updates=0 2021-11-16 03:04:15 726 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@55638165{STARTED} id=0 keys=1 selected=0 updates=1 2021-11-16 03:04:15 726 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e woken with none selected 2021-11-16 03:04:15 726 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=d4949300-6da7-42df-a76d-cd3fafd8a9db, referenceCounter=0, store size=0} on thread dw-24 - GET /api/holmes-rule-mgmt/v1/healthcheck 2021-11-16 03:04:15 726 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e woken up from select, 0/0/1 selected 2021-11-16 03:04:15 726 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-24] invocationID:{InvocationID} - Exiting. 2021-11-16 03:04:15 726 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e processing 0 keys, 1 updates 2021-11-16 03:04:15 726 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 1 2021-11-16 03:04:15 726 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005f3440@946c9c7 2021-11-16 03:04:15 726 DEBUG [org.eclipse.jetty.server.Server][dw-24] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-11-16 03:04:15 726 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - unhandle HttpChannelState@4520c237{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1} 2021-11-16 03:04:15 726 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@4520c237{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-11-16 03:04:15 726 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-11-16 03:04:15 727 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@3b0743b7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OSHUT,fill=-,flush=-,to=10/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1de9305b{s=END}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-11-16 03:04:15 727 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - completed HttpChannelState@4520c237{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-11-16 03:04:15 727 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0 2021-11-16 03:04:15 727 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - unhandle HttpChannelState@4520c237{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-11-16 03:04:15 727 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e waiting with 1 keys 2021-11-16 03:04:15 727 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@4520c237{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-11-16 03:04:15 727 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2021-11-16 03:04:15 727 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e woken up from select, 1/1/1 selected 2021-11-16 03:04:15 727 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e processing 1 keys, 0 updates 2021-11-16 03:04:15 727 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4 2021-11-16 03:04:15 727 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.70.189:9101 remote=/10.233.70.43:60372], selector=sun.nio.ch.EPollSelectorImpl@17f7ae5e, interestOps=1, readyOps=1 SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@3b0743b7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OSHUT,fill=-,flush=-,to=10/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1de9305b{s=END}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2021-11-16 03:04:15 727 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-24] invocationID:{InvocationID} - recycle HttpChannelState@4520c237{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-11-16 03:04:15 727 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1} 2021-11-16 03:04:15 727 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - CONTENT --> CLOSE 2021-11-16 03:04:15 727 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:15 727 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@3b0743b7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OSHUT,fill=-,flush=-,to=10/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@1de9305b{s=END}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 10.233.70.43 - - [16/Nov/2021:03:04:15 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 6 2021-11-16 03:04:15 727 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >fill SslConnection@3b0743b7::SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@3b0743b7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OSHUT,fill=-,flush=-,to=10/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:15 727 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-11-16 03:04:15 727 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 24 HeapByteBuffer@7a58d064[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13\xBc\\\xA15\x85\xB0H \xA2\x90\xF9\xB3\x8ch\xF8G\xD2\x862>>>\xA3\x8c\x9d\xA4\x1b1\x05\xE2\xA3...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:15 727 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=24 2021-11-16 03:04:15 727 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@3b0743b7{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OSHUT,fill=-,flush=-,to=10/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-11-16 03:04:15 727 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@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#j\xDe)\x84...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#j\xDe)\x84...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:15 727 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=1/1,p=0} tryExecute EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@f559c74{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1787]@2021-11-16T03:04:15.727565Z 2021-11-16 03:04:15 727 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=0/1,p=0}@59cc3779 offer EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@f559c74{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=1787]@2021-11-16T03:04:15.72762Z 2021-11-16 03:04:15 727 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@3b0743b7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OSHUT,fill=-,flush=-,to=10/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:15 727 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1} 2021-11-16 03:04:15 727 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@73d6c7aa::DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OSHUT,fill=-,flush=-,to=11/30000} filled -1 HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#j\xDe)\x84...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:15 727 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=0/1,p=1} startReservedThread p=1 2021-11-16 03:04:15 727 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OSHUT,fill=-,flush=-,to=11/30000} 2021-11-16 03:04:15 727 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - queue ReservedThreadExecutor@f559c74{s=0/1,p=1}@307cef8e startThread=0 2021-11-16 03:04:15 727 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close(null) DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OSHUT,fill=-,flush=-,to=11/30000} 2021-11-16 03:04:15 727 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=0/1,p=1}@59cc3779 task=EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@f559c74{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1787]@2021-11-16T03:04:15.727718Z 2021-11-16 03:04:15 727 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - shutdownOutput: SslConnection@3b0743b7::SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@3b0743b7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} oshut=true, ishut=false 2021-11-16 03:04:15 727 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-23] invocationID:{InvocationID} - EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@f559c74{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1787]@2021-11-16T03:04:15.727767Z tryProduce true 2021-11-16 03:04:15 727 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - run ReservedThreadExecutor@f559c74{s=0/1,p=1}@307cef8e in InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@f559c74{s=0/1,p=1}] 2021-11-16 03:04:15 727 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updateable 0 2021-11-16 03:04:15 727 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - ensureFillInterested SslConnection@3b0743b7::SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@3b0743b7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:15 727 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updates 0 2021-11-16 03:04:15 727 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=1/1,p=1}@307cef8e started 2021-11-16 03:04:15 727 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=1/1,p=0}@307cef8e waiting 2021-11-16 03:04:15 727 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@3b0743b7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:15 727 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@f559c74{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1787]@2021-11-16T03:04:15.72775Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@3b0743b7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-11-16 03:04:15 727 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b0743b7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:15 727 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e waiting with 1 keys 2021-11-16 03:04:15 727 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b0743b7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:15 727 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - doClose SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,CLOSED,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b0743b7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:15 727 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@8dd3990{SSLC.NBReadCB@3b0743b7{SslConnection@3b0743b7::SocketChannelEndPoint@4c2c5172{l=/10.233.70.189:9101,r=/10.233.70.43:60372,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@3b0743b7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=/10.233.70.189:9101,r=/10.233.70.43:60372,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2021-11-16 03:04:15 728 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - onClose FillInterest@8dd3990{null} 2021-11-16 03:04:15 728 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Wakeup ManagedSelector@55638165{STARTED} id=0 keys=1 selected=0 updates=0 2021-11-16 03:04:15 728 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@27bc0ce8 startThread=0 2021-11-16 03:04:15 728 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - onClose FillInterest@58475fdb{null} 2021-11-16 03:04:15 728 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >c.onFillable SslConnection@3b0743b7::SocketChannelEndPoint@4c2c5172{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@3b0743b7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:15 728 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@27bc0ce8 in InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@f559c74{s=1/1,p=0}] 2021-11-16 03:04:15 728 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e woken with none selected 2021-11-16 03:04:15 728 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close DecryptedEndPoint@6ba9ac20{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000} 2021-11-16 03:04:15 728 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e woken up from select, 0/0/0 selected 2021-11-16 03:04:15 728 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@73d6c7aa::DecryptedEndPoint@6ba9ac20{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000} parse HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#j\xDe)\x84...\x00\x00\x00\x00\x00\x00\x00} {} 2021-11-16 03:04:15 728 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#j\xDe)\x84...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:15 728 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - CLOSE --> CLOSED 2021-11-16 03:04:15 728 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@73d6c7aa::DecryptedEndPoint@6ba9ac20{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-11-16 03:04:15 728 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@73d6c7aa::DecryptedEndPoint@6ba9ac20{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000} 2021-11-16 03:04:15 728 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e processing 0 keys, 0 updates 2021-11-16 03:04:15 728 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@6ba9ac20{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000} 2021-11-16 03:04:15 728 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updateable 0 2021-11-16 03:04:15 728 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@73d6c7aa::DecryptedEndPoint@6ba9ac20{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000} onFillable exit HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-11-16 03:04:15 728 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updates 0 2021-11-16 03:04:15 728 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e waiting with 0 keys 2021-11-16 03:04:15 728 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close(null) DecryptedEndPoint@6ba9ac20{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000} 2021-11-16 03:04:15 728 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@4c2c5172{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@3b0743b7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:15 728 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@3b0743b7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:15 728 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - onClose HttpConnection@73d6c7aa::DecryptedEndPoint@6ba9ac20{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000} 2021-11-16 03:04:15 728 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=1/1,p=0}@5da8d861 size 1 > capacity 2021-11-16 03:04:15 728 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran ReservedThreadExecutor@f559c74{s=1/1,p=0}@5da8d861 in InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@f559c74{s=1/1,p=0}] 2021-11-16 03:04:15 728 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - onClose SslConnection@3b0743b7::SocketChannelEndPoint@4c2c5172{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@3b0743b7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:15 728 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - onFillable SslConnection@3b0743b7::SocketChannelEndPoint@4c2c5172{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@3b0743b7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:15 728 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@58475fdb{null} 2021-11-16 03:04:15 728 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - FillInterest@58475fdb{null} lost race null 2021-11-16 03:04:15 728 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@27bc0ce8 in InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@f559c74{s=1/1,p=0}] 2021-11-16 03:04:15 728 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - SslConnection@3b0743b7{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@6ba9ac20{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=11/30000}=>HttpConnection@73d6c7aa[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@1de9305b{s=START}]=>HttpChannelOverHttp@581a7642{s=HttpChannelState@4520c237{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:15 728 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=1/1,p=0}@5d2e2a3c size 1 > capacity 2021-11-16 03:04:15 728 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - ran ReservedThreadExecutor@f559c74{s=1/1,p=0}@5d2e2a3c in InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@f559c74{s=1/1,p=0}] 2021-11-16 03:04:17 195 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@ac8d5fa] obtained in 0 millis 2021-11-16 03:04:17 196 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@1c1f5d31, maxRows=0, fetchSize=0, flags=16 2021-11-16 03:04:17 196 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Bind(stmt=S_1,portal=null) 2021-11-16 03:04:17 196 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Execute(portal=null,limit=0) 2021-11-16 03:04:17 196 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Sync 2021-11-16 03:04:17 198 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE BindComplete [unnamed] 2021-11-16 03:04:17 198 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE DataRow(len=51) 2021-11-16 03:04:17 198 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE CommandStatus(SELECT 1) 2021-11-16 03:04:17 198 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE ReadyForQuery(I) 2021-11-16 03:04:17 198 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - statement:[/* EngineEntityDao.getAllEntities */ SELECT * FROM ENGINE_ENTITY] took 2 millis 2021-11-16 03:04:17 198 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 2 2021-11-16 03:04:17 198 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getInt columnIndex: 3 2021-11-16 03:04:17 198 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getLong columnIndex: 4 2021-11-16 03:04:17 198 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@ac8d5fa] released 2021-11-16 03:04:17 198 INFO [org.onap.holmes.rulemgt.RuleAllocator][RuleAllocatorTimer] invocationID:{InvocationID} - There are 1 engine instance(s) running currently. 2021-11-16 03:04:17 199 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@7e2afbe2] obtained in 0 millis 2021-11-16 03:04:17 199 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@76953c88, maxRows=0, fetchSize=0, flags=16 2021-11-16 03:04:17 199 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Bind(stmt=S_2,portal=null) 2021-11-16 03:04:17 199 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Execute(portal=null,limit=0) 2021-11-16 03:04:17 199 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Sync 2021-11-16 03:04:17 201 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE BindComplete [unnamed] 2021-11-16 03:04:17 202 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE DataRow(len=18) 2021-11-16 03:04:17 202 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE CommandStatus(SELECT 1) 2021-11-16 03:04:17 202 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE ReadyForQuery(I) 2021-11-16 03:04:17 202 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - statement:[/* EngineEntityDao.getLegacyEngines */ SELECT DISTINCT(ENGINEINSTANCE) FROM APLUS_RULE] took 2 millis 2021-11-16 03:04:17 202 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 1 2021-11-16 03:04:17 202 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@7e2afbe2] released 2021-11-16 03:04:17 202 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@610c2963] obtained in 0 millis 2021-11-16 03:04:17 202 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@674b09c, maxRows=0, fetchSize=0, flags=16 2021-11-16 03:04:17 202 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Bind(stmt=S_4,portal=null,$1=<'holmes-engine-mgmt'>,type=VARCHAR) 2021-11-16 03:04:17 202 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Execute(portal=null,limit=0) 2021-11-16 03:04:17 202 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - FE=> Sync 2021-11-16 03:04:17 204 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE BindComplete [unnamed] 2021-11-16 03:04:17 204 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE DataRow(len=3,966) 2021-11-16 03:04:17 204 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE CommandStatus(SELECT 1) 2021-11-16 03:04:17 204 TRACE [org.postgresql.core.v3.QueryExecutorImpl][RuleAllocatorTimer] invocationID:{InvocationID} - <=BE ReadyForQuery(I) 2021-11-16 03:04:17 204 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - statement:[/* CorrelationRuleDao.queryRuleByEngineInstance */ SELECT * FROM APLUS_RULE WHERE engineinstance=?] took 1 millis 2021-11-16 03:04:17 204 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 2 2021-11-16 03:04:17 204 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 1 2021-11-16 03:04:17 204 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 4 2021-11-16 03:04:17 204 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getInt columnIndex: 5 2021-11-16 03:04:17 204 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getInt columnIndex: 6 2021-11-16 03:04:17 204 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 7 2021-11-16 03:04:17 204 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 8 2021-11-16 03:04:17 204 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 9 2021-11-16 03:04:17 204 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 11 2021-11-16 03:04:17 204 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getObject columnIndex: 13 2021-11-16 03:04:17 204 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 14 2021-11-16 03:04:17 204 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 15 2021-11-16 03:04:17 204 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 17 2021-11-16 03:04:17 204 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 3 2021-11-16 03:04:17 204 TRACE [org.postgresql.jdbc.PgConnection][RuleAllocatorTimer] invocationID:{InvocationID} - getString columnIndex: 16 2021-11-16 03:04:17 205 TRACE [org.skife.jdbi.v2.DBI][RuleAllocatorTimer] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@610c2963] released 2021-11-16 03:04:22 227 TRACE [org.skife.jdbi.v2.DBI][EngineInstanceController] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@38c37b05] obtained in 0 millis 2021-11-16 03:04:22 228 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EngineInstanceController] invocationID:{InvocationID} - simple execute, handler=org.postgresql.jdbc.PgStatement$StatementResultHandler@1e85b56e, maxRows=0, fetchSize=0, flags=16 2021-11-16 03:04:22 228 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EngineInstanceController] invocationID:{InvocationID} - FE=> Bind(stmt=S_1,portal=null) 2021-11-16 03:04:22 228 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EngineInstanceController] invocationID:{InvocationID} - FE=> Execute(portal=null,limit=0) 2021-11-16 03:04:22 228 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EngineInstanceController] invocationID:{InvocationID} - FE=> Sync 2021-11-16 03:04:22 229 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EngineInstanceController] invocationID:{InvocationID} - <=BE BindComplete [unnamed] 2021-11-16 03:04:22 229 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EngineInstanceController] invocationID:{InvocationID} - <=BE DataRow(len=51) 2021-11-16 03:04:22 229 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EngineInstanceController] invocationID:{InvocationID} - <=BE CommandStatus(SELECT 1) 2021-11-16 03:04:22 229 TRACE [org.postgresql.core.v3.QueryExecutorImpl][EngineInstanceController] invocationID:{InvocationID} - <=BE ReadyForQuery(I) 2021-11-16 03:04:22 230 TRACE [org.skife.jdbi.v2.DBI][EngineInstanceController] invocationID:{InvocationID} - statement:[/* EngineEntityDao.getAllEntities */ SELECT * FROM ENGINE_ENTITY] took 2 millis 2021-11-16 03:04:22 230 TRACE [org.postgresql.jdbc.PgConnection][EngineInstanceController] invocationID:{InvocationID} - getString columnIndex: 2 2021-11-16 03:04:22 230 TRACE [org.postgresql.jdbc.PgConnection][EngineInstanceController] invocationID:{InvocationID} - getInt columnIndex: 3 2021-11-16 03:04:22 230 TRACE [org.postgresql.jdbc.PgConnection][EngineInstanceController] invocationID:{InvocationID} - getLong columnIndex: 4 2021-11-16 03:04:22 230 TRACE [org.skife.jdbi.v2.DBI][EngineInstanceController] invocationID:{InvocationID} - Handle [org.skife.jdbi.v2.BasicHandle@38c37b05] released 2021-11-16 03:04:25 703 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@49122853-RuleActiveApp@5f5297e3{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@56a7013b[java.nio.channels.SocketChannel[connected local=/10.233.70.189:9101 remote=/10.233.70.43:60444]] on ManagedSelector@55638165{STARTED} id=0 keys=0 selected=0 updates=0 2021-11-16 03:04:25 704 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@49122853-RuleActiveApp@5f5297e3{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@55638165{STARTED} id=0 keys=0 selected=0 updates=1 2021-11-16 03:04:25 704 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e woken with none selected 2021-11-16 03:04:25 704 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e woken up from select, 0/0/0 selected 2021-11-16 03:04:25 704 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e processing 0 keys, 1 updates 2021-11-16 03:04:25 704 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updateable 1 2021-11-16 03:04:25 704 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - update Accept@56a7013b[java.nio.channels.SocketChannel[connected local=/10.233.70.189:9101 remote=/10.233.70.43:60444]] 2021-11-16 03:04:25 704 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - queue Accept@56a7013b[java.nio.channels.SocketChannel[connected local=/10.233.70.189:9101 remote=/10.233.70.43:60444]] startThread=0 2021-11-16 03:04:25 704 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updates 0 2021-11-16 03:04:25 704 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e waiting with 1 keys 2021-11-16 03:04:25 704 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run Accept@56a7013b[java.nio.channels.SocketChannel[connected local=/10.233.70.189:9101 remote=/10.233.70.43:60444]] in InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@f559c74{s=1/1,p=0}] 2021-11-16 03:04:25 704 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-26] invocationID:{InvocationID} - SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-11-16 03:04:25 704 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-26] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@3fa26ebf 2021-11-16 03:04:25 705 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - new HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=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@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-11-16 03:04:25 705 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - New HTTP Connection HttpConnection@5aaa78a6::DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=0/30000} 2021-11-16 03:04:25 705 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$510/0x0000000100630040@12bb7b40 on ManagedSelector@55638165{STARTED} id=0 keys=1 selected=0 updates=0 2021-11-16 03:04:25 705 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@5a8a53da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:25 705 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - onOpen SslConnection@5a8a53da::SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@5a8a53da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:25 705 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - onOpen HttpConnection@5aaa78a6::DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=0/30000} 2021-11-16 03:04:25 705 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - fillInterested HttpConnection@5aaa78a6::DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=0/30000} 2021-11-16 03:04:25 705 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@2cf89f8c{AC.ReadCB@5aaa78a6{HttpConnection@5aaa78a6::DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-11-16 03:04:25 705 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@5a8a53da::SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@5a8a53da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:25 705 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@5a8a53da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:25 706 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@65d08028{SSLC.NBReadCB@5a8a53da{SslConnection@5a8a53da::SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@5a8a53da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-11-16 03:04:25 706 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@5a8a53da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:25 706 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005f3440@6d4c1bcb on ManagedSelector@55638165{STARTED} id=0 keys=1 selected=0 updates=1 2021-11-16 03:04:25 706 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@55638165{STARTED} id=0 keys=1 selected=0 updates=2 2021-11-16 03:04:25 706 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e woken with none selected 2021-11-16 03:04:25 706 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e woken up from select, 0/0/1 selected 2021-11-16 03:04:25 706 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e processing 0 keys, 2 updates 2021-11-16 03:04:25 706 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updateable 2 2021-11-16 03:04:25 706 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$510/0x0000000100630040@12bb7b40 2021-11-16 03:04:25 706 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005f3440@6d4c1bcb 2021-11-16 03:04:25 706 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Created SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@5a8a53da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:25 706 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - ran Accept@56a7013b[java.nio.channels.SocketChannel[connected local=/10.233.70.189:9101 remote=/10.233.70.43:60444]] in InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@f559c74{s=1/1,p=0}] 2021-11-16 03:04:25 706 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@5a8a53da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:25 707 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updates 0 2021-11-16 03:04:25 707 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e waiting with 1 keys 2021-11-16 03:04:25 707 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e woken up from select, 1/1/1 selected 2021-11-16 03:04:25 707 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e processing 1 keys, 0 updates 2021-11-16 03:04:25 707 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.70.189:9101 remote=/10.233.70.43:60444], selector=sun.nio.ch.EPollSelectorImpl@17f7ae5e, interestOps=1, readyOps=1 SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@5a8a53da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:25 707 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@5a8a53da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:25 707 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@5a8a53da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-11-16 03:04:25 707 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=1/1,p=0} tryExecute EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@f559c74{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1788]@2021-11-16T03:04:25.707597Z 2021-11-16 03:04:25 707 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=0/1,p=0}@307cef8e offer EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@f559c74{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=1788]@2021-11-16T03:04:25.707674Z 2021-11-16 03:04:25 707 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=0/1,p=1} startReservedThread p=1 2021-11-16 03:04:25 707 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - queue ReservedThreadExecutor@f559c74{s=0/1,p=1}@499c188a startThread=0 2021-11-16 03:04:25 707 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=0/1,p=1}@307cef8e task=EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@f559c74{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1788]@2021-11-16T03:04:25.707932Z 2021-11-16 03:04:25 707 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - run ReservedThreadExecutor@f559c74{s=0/1,p=1}@499c188a in InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@f559c74{s=0/1,p=1}] 2021-11-16 03:04:25 708 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-21] invocationID:{InvocationID} - EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@f559c74{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1788]@2021-11-16T03:04:25.708033Z tryProduce true 2021-11-16 03:04:25 708 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=1/1,p=1}@499c188a started 2021-11-16 03:04:25 708 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updateable 0 2021-11-16 03:04:25 708 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updates 0 2021-11-16 03:04:25 708 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=1/1,p=0}@499c188a waiting 2021-11-16 03:04:25 708 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-23] invocationID:{InvocationID} - EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@f559c74{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1788]@2021-11-16T03:04:25.707986Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@5a8a53da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-11-16 03:04:25 708 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a8a53da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:25 708 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e waiting with 1 keys 2021-11-16 03:04:25 708 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - fillable FillInterest@65d08028{SSLC.NBReadCB@5a8a53da{SslConnection@5a8a53da::SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a8a53da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-11-16 03:04:25 708 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >c.onFillable SslConnection@5a8a53da::SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a8a53da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:25 708 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - onFillable SslConnection@5a8a53da::SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a8a53da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:25 708 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - fillable FillInterest@2cf89f8c{AC.ReadCB@5aaa78a6{HttpConnection@5aaa78a6::DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=FI,flush=-,to=2/30000}}} 2021-11-16 03:04:25 708 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@5aaa78a6::DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=3/30000} onFillable enter HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-11-16 03:04:25 708 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >fill SslConnection@5a8a53da::SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a8a53da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:25 708 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-11-16 03:04:25 708 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - filled 261 HeapByteBuffer@7a58d064[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\xE7\x141\xAeeM\x8dF\x11\xD5\x9c\x91\xEf]...G\xDei\xB7\xEc\x9f@\x133\xCaM\xEb\x93L\x9e\xDa\xD9\x0f\x84\xD7\xAb\xF3n>>>M\xD3$\x11\x05\xAf\x1e\x92O...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:25 708 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - net filled=261 2021-11-16 03:04:25 709 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill starting handshake SslConnection@5a8a53da::SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a8a53da{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:25 709 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] 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@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#j\xDe)\x84...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#j\xDe)\x84...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:25 709 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill NEED_TASK 2021-11-16 03:04:25 710 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill NEED_WRAP 2021-11-16 03:04:25 710 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >flush SslConnection@5a8a53da::SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a8a53da{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:25 710 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@526e7a59[p=0,l=0,c=0,r=0]={<<<>>>} 2021-11-16 03:04:25 710 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - flush NEED_WRAP 2021-11-16 03:04:25 710 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false 2021-11-16 03:04:25 710 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a8a53da{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:25 710 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - net flushed=true, ac=true 2021-11-16 03:04:25 710 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - SslConnection@5a8a53da{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:25 710 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-11-16 03:04:25 710 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - filled 0 HeapByteBuffer@7a58d064[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x01\x01\x00\x01\x00\x00\xFc...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:25 710 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - net filled=0 2021-11-16 03:04:25 710 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] 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@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#j\xDe)\x84...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#j\xDe)\x84...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:25 710 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - SslConnection@5a8a53da{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:25 710 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >fill SslConnection@5a8a53da::SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a8a53da{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:25 710 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-11-16 03:04:25 710 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - filled 6 HeapByteBuffer@7a58d064[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x03\xE7\x141\xAe...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:25 710 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - net filled=6 2021-11-16 03:04:25 710 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] 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@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#j\xDe)\x84...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#j\xDe)\x84...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:25 710 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-11-16 03:04:25 710 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - filled 367 HeapByteBuffer@7a58d064[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xE7\x141\xAeeM\x8dF\x11\xD5\x9c\x91\xEf]...\x8c\xE0m\x116\x98\xB5nwN\x8c\xD1\n\xD2)x\xE1\x1c\x9b{\x06\xEb\xBe>>>,\xF2\xBf\x1a{\xB1.vo...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:25 710 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - net filled=367 2021-11-16 03:04:25 710 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] 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@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#j\xDe)\x84...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#j\xDe)\x84...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:25 710 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill NEED_TASK 2021-11-16 03:04:25 715 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-23] invocationID:{InvocationID} - Chose alias holmes-rule-mgmt@holmes-rule-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@3fa26ebf 2021-11-16 03:04:25 718 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill NEED_WRAP 2021-11-16 03:04:25 718 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >flush SslConnection@5a8a53da::SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a8a53da{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:25 718 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@526e7a59[p=0,l=0,c=0,r=0]={<<<>>>} 2021-11-16 03:04:25 718 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - flush NEED_WRAP 2021-11-16 03:04:25 718 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false 2021-11-16 03:04:25 718 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=7/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a8a53da{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:25 718 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - net flushed=true, ac=true 2021-11-16 03:04:25 718 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - flush NEED_WRAP 2021-11-16 03:04:25 718 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false 2021-11-16 03:04:25 718 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a8a53da{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:25 718 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - net flushed=true, ac=true 2021-11-16 03:04:25 718 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - flush NEED_WRAP 2021-11-16 03:04:25 718 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2687 sequenceNumber = 0 [p=0,l=2687,c=17408,r=2687] ioDone=false/false 2021-11-16 03:04:25 719 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - flushed 2687 SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a8a53da{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:25 719 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - net flushed=true, ac=true 2021-11-16 03:04:25 719 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - SslConnection@5a8a53da{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:25 719 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-11-16 03:04:25 719 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - filled 0 HeapByteBuffer@7a58d064[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:25 719 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - net filled=0 2021-11-16 03:04:25 719 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] 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@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#j\xDe)\x84...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#j\xDe)\x84...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:25 719 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - SslConnection@5a8a53da{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:25 719 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@5aaa78a6::DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=13/30000} filled 0 HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#j\xDe)\x84...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:25 719 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@5aaa78a6::DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=13/30000} parse HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#j\xDe)\x84...\x00\x00\x00\x00\x00\x00\x00} {} 2021-11-16 03:04:25 719 DEBUG [org.eclipse.jetty.http.HttpParser][dw-23] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#j\xDe)\x84...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:25 719 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@5aaa78a6::DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=13/30000} parsed false HttpParser{s=START,0 of -1} 2021-11-16 03:04:25 719 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@5aaa78a6::DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=13/30000} 2021-11-16 03:04:25 719 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-23] invocationID:{InvocationID} - fillInterested HttpConnection@5aaa78a6::DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=13/30000} 2021-11-16 03:04:25 719 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - interested FillInterest@2cf89f8c{AC.ReadCB@5aaa78a6{HttpConnection@5aaa78a6::DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-11-16 03:04:25 719 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@5a8a53da::SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a8a53da{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:25 719 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - SslConnection@5a8a53da{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:25 719 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - interested FillInterest@65d08028{SSLC.NBReadCB@5a8a53da{SslConnection@5a8a53da::SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a8a53da{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-11-16 03:04:25 719 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@5a8a53da{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:25 719 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005f3440@6d4c1bcb on ManagedSelector@55638165{STARTED} id=0 keys=1 selected=0 updates=0 2021-11-16 03:04:25 719 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@55638165{STARTED} id=0 keys=1 selected=0 updates=1 2021-11-16 03:04:25 719 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e woken with none selected 2021-11-16 03:04:25 719 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-23] invocationID:{InvocationID} - HttpConnection@5aaa78a6::DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-11-16 03:04:25 719 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e woken up from select, 0/0/1 selected 2021-11-16 03:04:25 719 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e processing 0 keys, 1 updates 2021-11-16 03:04:25 719 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updateable 1 2021-11-16 03:04:25 719 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005f3440@6d4c1bcb 2021-11-16 03:04:25 720 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@5a8a53da{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:25 720 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updates 0 2021-11-16 03:04:25 720 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e waiting with 1 keys 2021-11-16 03:04:25 720 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - SslConnection@5a8a53da{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:25 720 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=1/1,p=0}@59cc3779 size 1 > capacity 2021-11-16 03:04:25 720 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - ran ReservedThreadExecutor@f559c74{s=1/1,p=0}@59cc3779 in InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@f559c74{s=1/1,p=0}] 2021-11-16 03:04:25 721 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e woken up from select, 1/1/1 selected 2021-11-16 03:04:25 721 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e processing 1 keys, 0 updates 2021-11-16 03:04:25 721 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.70.189:9101 remote=/10.233.70.43:60444], selector=sun.nio.ch.EPollSelectorImpl@17f7ae5e, interestOps=1, readyOps=1 SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@5a8a53da{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:25 721 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@5a8a53da{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:25 721 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@5a8a53da{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-11-16 03:04:25 721 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=1/1,p=0} tryExecute EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@f559c74{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1789]@2021-11-16T03:04:25.721278Z 2021-11-16 03:04:25 721 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=0/1,p=0}@499c188a offer EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@f559c74{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=1789]@2021-11-16T03:04:25.721309Z 2021-11-16 03:04:25 721 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=0/1,p=1} startReservedThread p=1 2021-11-16 03:04:25 721 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - queue ReservedThreadExecutor@f559c74{s=0/1,p=1}@438bf58f startThread=0 2021-11-16 03:04:25 721 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run ReservedThreadExecutor@f559c74{s=0/1,p=1}@438bf58f in InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@f559c74{s=0/1,p=1}] 2021-11-16 03:04:25 721 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-21] invocationID:{InvocationID} - EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@f559c74{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1789]@2021-11-16T03:04:25.721371Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@5a8a53da{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-11-16 03:04:25 721 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=1/1,p=1}@438bf58f started 2021-11-16 03:04:25 721 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=1/1,p=0}@438bf58f waiting 2021-11-16 03:04:25 721 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - fillable FillInterest@65d08028{SSLC.NBReadCB@5a8a53da{SslConnection@5a8a53da::SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@5a8a53da{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-11-16 03:04:25 721 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - >c.onFillable SslConnection@5a8a53da::SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@5a8a53da{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:25 721 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=0/1,p=1}@499c188a task=EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@f559c74{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1790]@2021-11-16T03:04:25.721505Z 2021-11-16 03:04:25 721 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - onFillable SslConnection@5a8a53da::SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@5a8a53da{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:25 721 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - fillable FillInterest@2cf89f8c{AC.ReadCB@5aaa78a6{HttpConnection@5aaa78a6::DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=FI,flush=-,to=2/30000}}} 2021-11-16 03:04:25 721 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-28] invocationID:{InvocationID} - EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@f559c74{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1790]@2021-11-16T03:04:25.7216Z tryProduce true 2021-11-16 03:04:25 721 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 0 2021-11-16 03:04:25 721 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - HttpConnection@5aaa78a6::DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-11-16 03:04:25 721 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0 2021-11-16 03:04:25 721 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - >fill SslConnection@5a8a53da::SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@5a8a53da{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:25 721 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-11-16 03:04:25 722 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - filled 230 HeapByteBuffer@7a58d064[p=0,l=230,c=17408,r=230]={<<<\x17\x03\x03\x005*\xFa\xAa\xC6G\xCd\x1d;g\x8b^\\]\xA8b]Y\xAf\x1e\x02...w=\x8d\xA7\xD3\x8f.\xBd\xE9\xE4\xF1BaT\xAf\xB99p\xCf\xC4\xEaY\xD8>>>w\x83&o~\xE7\xD50\t...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:25 722 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net filled=230 2021-11-16 03:04:25 722 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a8a53da{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:25 722 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e waiting with 1 keys 2021-11-16 03:04:25 723 DEBUG [jdk.event.security][dw-21] invocationID:{InvocationID} - TLSHandshake: 10.233.70.43:60444, TLSv1.3, TLS_AES_128_GCM_SHA256, 0 2021-11-16 03:04:25 723 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - unwrap net_filled=230 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=230,c=17408,r=172] unwrapBuffer=HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#j\xDe)\x84...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#j\xDe)\x84...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:25 723 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - handshake succeeded SslConnection@5a8a53da::SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a8a53da{NOT_HANDSHAKING,eio=172/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} resumed server TLSv1.3/TLS_AES_128_GCM_SHA256 2021-11-16 03:04:25 723 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-11-16 03:04:25 723 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - filled 0 HeapByteBuffer@7a58d064[p=58,l=230,c=17408,r=172]={\x17\x03\x03\x005\x14\x00\x00 ...{_\xAf\xB4\xD0HO<<<\x17\x03\x03\x00\xA7\xF2\x8e|\xD1\xCed&P6n\x80Q\xBdu\xBa\xBb\xFe\x12\xDa!...w=\x8d\xA7\xD3\x8f.\xBd\xE9\xE4\xF1BaT\xAf\xB99p\xCf\xC4\xEaY\xD8>>>w\x83&o~\xE7\xD50\t...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:25 723 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net filled=0 2021-11-16 03:04:25 723 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 172 bytesProduced = 150 encryptedBuffer=[p=230,l=230,c=17408,r=0] unwrapBuffer=HeapByteBuffer@3ad3619[p=0,l=150,c=17408,r=150]={<< >>*\xF9\xC4\xA07\x06.#\x9d...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3ad3619[p=0,l=150,c=17408,r=150]={<< >>*\xF9\xC4\xA07\x06.#\x9d...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:25 723 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - SslConnection@5a8a53da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=START,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:25 723 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - HttpConnection@5aaa78a6::DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=3/30000} filled 150 HeapByteBuffer@3ad3619[p=0,l=150,c=17408,r=150]={<< >>*\xF9\xC4\xA07\x06.#\x9d...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:25 723 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - HttpConnection@5aaa78a6::DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=3/30000} parse HeapByteBuffer@3ad3619[p=0,l=150,c=17408,r=150]={<< >>*\xF9\xC4\xA07\x06.#\x9d...\x00\x00\x00\x00\x00\x00\x00} {} 2021-11-16 03:04:25 723 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@3ad3619[p=0,l=150,c=17408,r=150]={<< >>*\xF9\xC4\xA07\x06.#\x9d...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:25 723 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - START --> SPACE1 2021-11-16 03:04:25 723 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - SPACE1 --> URI 2021-11-16 03:04:25 723 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - URI --> SPACE2 2021-11-16 03:04:25 723 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION 2021-11-16 03:04:25 723 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER 2021-11-16 03:04:25 723 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - HEADER:Host --> VALUE 2021-11-16 03:04:25 723 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE 2021-11-16 03:04:25 723 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - HEADER:Host --> FIELD 2021-11-16 03:04:25 723 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE 10.233.70.43 - - [16/Nov/2021:03:04:25 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 3 2021-11-16 03:04:25 723 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE 2021-11-16 03:04:25 723 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD 2021-11-16 03:04:25 723 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE 2021-11-16 03:04:25 723 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD 2021-11-16 03:04:25 723 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE 2021-11-16 03:04:25 723 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD 2021-11-16 03:04:25 723 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - HEADER --> CONTENT 2021-11-16 03:04:25 723 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-21] invocationID:{InvocationID} - REQUEST for //10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} GET //10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1 Host: 10.233.70.189:9101 User-Agent: kube-probe/1.19 Accept-Encoding: gzip Connection: close 2021-11-16 03:04:25 723 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - HttpConnection@5aaa78a6::DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=4/30000} parsed true HttpParser{s=CONTENT,0 of -1} 2021-11-16 03:04:25 723 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@5aaa78a6::DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=4/30000} 2021-11-16 03:04:25 723 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-21] invocationID:{InvocationID} - handle //10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-11-16 03:04:25 723 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-21] invocationID:{InvocationID} - handling HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-11-16 03:04:25 723 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-21] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-11-16 03:04:25 723 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-21] invocationID:{InvocationID} - Host 10.233.70.189 with SNI null 2021-11-16 03:04:25 723 DEBUG [org.eclipse.jetty.server.Server][dw-21] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-11-16 03:04:25 723 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-21] invocationID:{InvocationID} - GzipHandler@4b28a7bf{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck)@50a67f58 in null 2021-11-16 03:04:25 723 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-21] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@fb6097b{/,null,AVAILABLE} 2021-11-16 03:04:25 723 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-21] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@fb6097b{/,null,AVAILABLE} 2021-11-16 03:04:25 723 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-21] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-5763a655@9187ac12==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-11-16 03:04:25 723 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-21] invocationID:{InvocationID} - chain=customFilter@2d130ac4==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-3a40bb52@3a40bb52==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-17ec335a@17ec335a==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-5763a655@9187ac12==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-11-16 03:04:25 723 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-21] invocationID:{InvocationID} - call filter customFilter@2d130ac4==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true 2021-11-16 03:04:25 723 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-21] invocationID:{InvocationID} - Entering. 2021-11-16 03:04:25 723 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-21] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation. 2021-11-16 03:04:25 724 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-21] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 7f3fc9a7-856e-4ee6-a6b1-33e1154b9056 2021-11-16 03:04:25 724 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-21] invocationID:{InvocationID} - Invoking synchronously ... 2021-11-16 03:04:25 724 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-21] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-3a40bb52@3a40bb52==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true 2021-11-16 03:04:25 724 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-21] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-17ec335a@17ec335a==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true 2021-11-16 03:04:25 724 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-5763a655@9187ac12==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-11-16 03:04:25 724 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@4b28a7bf{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck)@50a67f58 2021-11-16 03:04:25 724 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@562d7cc9 exclude no deflater 2021-11-16 03:04:25 724 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@694249ba[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@7579ee90{null} 2021-11-16 03:04:25 724 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@5ed2c162{s=HttpChannelState@61e5338e{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1} 200 OK HTTP/1.1 Connection: close Date: Tue, 16 Nov 2021 03:04:25 GMT X-TransactionID: 7f3fc9a7-856e-4ee6-a6b1-33e1154b9056 X-InvocationID: cb1a964a-3735-4f23-b83f-c4ab39d22548 Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2021-11-16 03:04:25 724 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@16c603d8[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2b30eefd] (null,[p=0,l=4,c=8192,r=4],true)@START 2021-11-16 03:04:25 724 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@694249ba[p=0,l=4,c=8192,r=4]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:25 724 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close Date: Tue, 16 Nov 2021 03:04:25 GMT X-TransactionID: 7f3fc9a7-856e-4ee6-a6b1-33e1154b9056 X-InvocationID: cb1a964a-3735-4f23-b83f-c4ab39d22548 Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2021-11-16 03:04:25 725 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT 2021-11-16 03:04:25 725 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@16c603d8[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2b30eefd] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING 2021-11-16 03:04:25 725 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@50446db8{IDLE}->null [HeapByteBuffer@72fc381d[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@694249ba[p=0,l=4,c=8192,r=4]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 2021-11-16 03:04:25 725 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@50446db8{WRITING}->null:IDLE-->WRITING 2021-11-16 03:04:25 725 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@5a8a53da::SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a8a53da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@259ebcd1{s=COMPLETING}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} 2021-11-16 03:04:25 725 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@72fc381d[p=0,l=252,c=8192,r=252]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:25 725 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@694249ba[p=0,l=4,c=8192,r=4]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:25 725 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING 2021-11-16 03:04:25 725 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 2021-11-16 03:04:25 725 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a8a53da{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@259ebcd1{s=COMPLETING}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} 2021-11-16 03:04:25 725 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2021-11-16 03:04:25 725 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@5a8a53da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=W,to=5/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@259ebcd1{s=COMPLETING}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} 2021-11-16 03:04:25 725 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@50446db8{WRITING}->null 2021-11-16 03:04:25 725 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@50446db8{IDLE}->null:WRITING-->IDLE 2021-11-16 03:04:25 725 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@16c603d8[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2b30eefd] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2021-11-16 03:04:25 725 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@16c603d8[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2b30eefd] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2021-11-16 03:04:25 725 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=5/30000} 2021-11-16 03:04:25 725 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@5a8a53da::SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a8a53da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@259ebcd1{s=END}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} oshut=false, ishut=false 2021-11-16 03:04:25 725 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@5a8a53da::SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a8a53da{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@259ebcd1{s=END}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} 2021-11-16 03:04:25 725 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@526e7a59[p=0,l=0,c=0,r=0]={<<<>>>} 2021-11-16 03:04:25 725 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP 2021-11-16 03:04:25 725 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 2021-11-16 03:04:25 725 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a8a53da{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@259ebcd1{s=END}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} 2021-11-16 03:04:25 725 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2021-11-16 03:04:25 725 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a8a53da{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@259ebcd1{s=END}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} 2021-11-16 03:04:25 725 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@5a8a53da{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@259ebcd1{s=END}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} 2021-11-16 03:04:25 725 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@5a8a53da::SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a8a53da{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@259ebcd1{s=END}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=2} 2021-11-16 03:04:25 726 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@65d08028{SSLC.NBReadCB@5a8a53da{SslConnection@5a8a53da::SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@5a8a53da{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@259ebcd1{s=END}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3}}} 2021-11-16 03:04:25 726 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@5a8a53da{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OSHUTTING,fill=-,flush=-,to=6/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@259ebcd1{s=END}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-11-16 03:04:25 726 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$504/0x00000001005f3440@6d4c1bcb on ManagedSelector@55638165{STARTED} id=0 keys=1 selected=0 updates=0 2021-11-16 03:04:25 726 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@55638165{STARTED} id=0 keys=1 selected=0 updates=1 2021-11-16 03:04:25 726 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e woken with none selected 2021-11-16 03:04:25 726 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=c2eb3995-7497-445a-a92a-e237371cc202, referenceCounter=0, store size=0} on thread dw-21 - GET /api/holmes-rule-mgmt/v1/healthcheck 2021-11-16 03:04:25 726 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-21] invocationID:{InvocationID} - Exiting. 2021-11-16 03:04:25 726 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e woken up from select, 0/0/1 selected 2021-11-16 03:04:25 726 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e processing 0 keys, 1 updates 2021-11-16 03:04:25 726 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updateable 1 2021-11-16 03:04:25 726 DEBUG [org.eclipse.jetty.server.Server][dw-21] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-11-16 03:04:25 726 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-21] invocationID:{InvocationID} - unhandle HttpChannelState@61e5338e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1} 2021-11-16 03:04:25 726 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-21] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@61e5338e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-11-16 03:04:25 726 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-21] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-11-16 03:04:25 726 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005f3440@6d4c1bcb 2021-11-16 03:04:25 726 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-21] invocationID:{InvocationID} - completed HttpChannelState@61e5338e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-11-16 03:04:25 726 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-21] invocationID:{InvocationID} - unhandle HttpChannelState@61e5338e{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-11-16 03:04:25 726 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-21] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@61e5338e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-11-16 03:04:25 726 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-21] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-11-16 03:04:25 726 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-21] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4 2021-11-16 03:04:25 726 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-21] invocationID:{InvocationID} - recycle HttpChannelState@61e5338e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-11-16 03:04:25 726 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1} 2021-11-16 03:04:25 726 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - CONTENT --> CLOSE 2021-11-16 03:04:25 726 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-21] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:25 726 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - >fill SslConnection@5a8a53da::SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@5a8a53da{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:25 726 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@5a8a53da{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OSHUT,fill=-,flush=-,to=6/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@259ebcd1{s=END}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=true/true,a=IDLE,uri=,age=3} 2021-11-16 03:04:25 726 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-11-16 03:04:25 726 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - filled 24 HeapByteBuffer@7a58d064[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13o-\xE8m\x80\xEd\xDa\xCe\x15\xB1\x0e\xCeC\x05\xA1\xA5\x93\x05\x8f>>>\x06\xA7@\x10\xF2\x9d\x9e\x1d8...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:25 726 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net filled=24 2021-11-16 03:04:25 726 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - updates 0 2021-11-16 03:04:25 726 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e waiting with 1 keys 2021-11-16 03:04:25 726 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@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x97\xAa\\\x8f...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x97\xAa\\\x8f...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:25 726 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e woken up from select, 1/1/1 selected 2021-11-16 03:04:25 726 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - SslConnection@5a8a53da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OSHUT,fill=-,flush=-,to=7/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:25 726 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e processing 1 keys, 0 updates 2021-11-16 03:04:25 726 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1} 2021-11-16 03:04:25 726 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - HttpConnection@5aaa78a6::DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OSHUT,fill=-,flush=-,to=7/30000} filled -1 HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x97\xAa\\\x8f...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:25 726 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-21] invocationID:{InvocationID} - close DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OSHUT,fill=-,flush=-,to=7/30000} 2021-11-16 03:04:25 726 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-21] invocationID:{InvocationID} - close(null) DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OSHUT,fill=-,flush=-,to=7/30000} 2021-11-16 03:04:25 726 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - shutdownOutput: SslConnection@5a8a53da::SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@5a8a53da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} oshut=true, ishut=false 2021-11-16 03:04:25 727 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - ensureFillInterested SslConnection@5a8a53da::SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@5a8a53da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:25 727 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-28] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.70.189:9101 remote=/10.233.70.43:60444], selector=sun.nio.ch.EPollSelectorImpl@17f7ae5e, interestOps=1, readyOps=1 SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@5a8a53da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:25 727 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-21] invocationID:{InvocationID} - close SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@5a8a53da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:25 727 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-21] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@5a8a53da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:25 727 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - doClose SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@5a8a53da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:25 727 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@5df94b5c{l=/10.233.70.189:9101,r=/10.233.70.43:60444,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@5a8a53da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76513745{l=/10.233.70.189:9101,r=/10.233.70.43:60444,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:25 727 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - onClose FillInterest@65d08028{SSLC.NBReadCB@5a8a53da{SslConnection@5a8a53da::SocketChannelEndPoint@5df94b5c{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@5a8a53da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76513745{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2021-11-16 03:04:25 727 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - onFillableFail SslConnection@5a8a53da::SocketChannelEndPoint@5df94b5c{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@5a8a53da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76513745{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:25 727 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - onFail FillInterest@2cf89f8c{null} java.nio.channels.ClosedChannelException: null at org.eclipse.jetty.io.FillInterest.onClose(FillInterest.java:150) at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:355) at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:227) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1366) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:254) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:255) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-16 03:04:25 727 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Wakeup ManagedSelector@55638165{STARTED} id=0 keys=1 selected=1 updates=0 2021-11-16 03:04:25 727 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-28] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@5df94b5c{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@5a8a53da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76513745{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=7/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-11-16 03:04:25 727 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@6af3144e startThread=0 2021-11-16 03:04:25 727 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - onClose FillInterest@2cf89f8c{null} 2021-11-16 03:04:25 727 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - HttpConnection@5aaa78a6::DecryptedEndPoint@76513745{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000} parse HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x97\xAa\\\x8f...\x00\x00\x00\x00\x00\x00\x00} {} 2021-11-16 03:04:25 727 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x97\xAa\\\x8f...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:25 727 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - CLOSE --> CLOSED 2021-11-16 03:04:25 727 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - HttpConnection@5aaa78a6::DecryptedEndPoint@76513745{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-11-16 03:04:25 727 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@5aaa78a6::DecryptedEndPoint@76513745{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000} 2021-11-16 03:04:25 727 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-21] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@76513745{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000} 2021-11-16 03:04:25 727 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - HttpConnection@5aaa78a6::DecryptedEndPoint@76513745{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000} onFillable exit HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-11-16 03:04:25 727 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@6af3144e in InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@f559c74{s=1/1,p=0}] 2021-11-16 03:04:25 727 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=1/1,p=0} tryExecute EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@f559c74{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1790]@2021-11-16T03:04:25.727612Z 2021-11-16 03:04:25 727 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - SslConnection@5a8a53da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76513745{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:25 727 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=0/1,p=0}@438bf58f offer EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@f559c74{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=1790]@2021-11-16T03:04:25.727676Z 2021-11-16 03:04:25 727 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=0/1,p=1} startReservedThread p=1 2021-11-16 03:04:25 727 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@5df94b5c{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@5a8a53da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76513745{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:25 727 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - onClose HttpConnection@5aaa78a6::DecryptedEndPoint@76513745{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000} 2021-11-16 03:04:25 727 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - queue ReservedThreadExecutor@f559c74{s=0/1,p=1}@59fee21a startThread=0 2021-11-16 03:04:25 727 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - run ReservedThreadExecutor@f559c74{s=0/1,p=1}@59fee21a in InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@f559c74{s=0/1,p=1}] 2021-11-16 03:04:25 727 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=0/1,p=1}@438bf58f task=EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@f559c74{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1790]@2021-11-16T03:04:25.727879Z 2021-11-16 03:04:25 727 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=1/1,p=1}@59fee21a started 2021-11-16 03:04:25 727 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=1/1,p=0}@59fee21a waiting 2021-11-16 03:04:25 727 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-27] invocationID:{InvocationID} - onClose SslConnection@5a8a53da::SocketChannelEndPoint@5df94b5c{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@5a8a53da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76513745{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:25 727 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@f559c74{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1790]@2021-11-16T03:04:25.727926Z tryProduce true 2021-11-16 03:04:25 727 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@6af3144e in InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@f559c74{s=1/1,p=0}] 2021-11-16 03:04:25 728 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 0 2021-11-16 03:04:25 728 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0 2021-11-16 03:04:25 728 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=1/1,p=0}@307cef8e size 1 > capacity 2021-11-16 03:04:25 728 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - ran ReservedThreadExecutor@f559c74{s=1/1,p=0}@307cef8e in InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@f559c74{s=1/1,p=0}] 2021-11-16 03:04:25 728 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-28] invocationID:{InvocationID} - EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=2,r=1,q=0}[ReservedThreadExecutor@f559c74{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1790]@2021-11-16T03:04:25.728003Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@5df94b5c{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=1/30000}{io=1/0,kio=-1,kro=-1}->SslConnection@5a8a53da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76513745{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-11-16 03:04:25 728 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Ignoring key update for cancelled key SocketChannelEndPoint@5df94b5c{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@5a8a53da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76513745{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:25 728 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - fillable FillInterest@65d08028{null} 2021-11-16 03:04:25 728 DEBUG [org.eclipse.jetty.io.FillInterest][dw-28] invocationID:{InvocationID} - FillInterest@65d08028{null} lost race null 2021-11-16 03:04:25 728 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=1/1,p=0}@499c188a size 1 > capacity 2021-11-16 03:04:25 728 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close SocketChannelEndPoint@5df94b5c{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@5a8a53da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76513745{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:25 728 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran ReservedThreadExecutor@f559c74{s=1/1,p=0}@499c188a in InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@f559c74{s=1/1,p=0}] 2021-11-16 03:04:25 728 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@5df94b5c{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@5a8a53da{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@76513745{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=8/30000}=>HttpConnection@5aaa78a6[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@259ebcd1{s=START}]=>HttpChannelOverHttp@5ed2c162{s=HttpChannelState@61e5338e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:25 728 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e waiting with 1 keys 2021-11-16 03:04:32 999 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@49122853-RuleActiveApp@5f5297e3{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@1411f62e[java.nio.channels.SocketChannel[connected local=/10.233.70.189:9101 remote=/10.233.70.43:60490]] on ManagedSelector@55638165{STARTED} id=0 keys=0 selected=0 updates=0 2021-11-16 03:04:32 999 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@49122853-RuleActiveApp@5f5297e3{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@55638165{STARTED} id=0 keys=0 selected=0 updates=1 2021-11-16 03:04:32 999 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e woken with none selected 2021-11-16 03:04:32 999 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e woken up from select, 0/0/0 selected 2021-11-16 03:04:32 999 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e processing 0 keys, 1 updates 2021-11-16 03:04:32 999 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 1 2021-11-16 03:04:32 999 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update Accept@1411f62e[java.nio.channels.SocketChannel[connected local=/10.233.70.189:9101 remote=/10.233.70.43:60490]] 2021-11-16 03:04:32 999 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue Accept@1411f62e[java.nio.channels.SocketChannel[connected local=/10.233.70.189:9101 remote=/10.233.70.43:60490]] startThread=0 2021-11-16 03:04:32 999 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0 2021-11-16 03:04:32 999 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e waiting with 1 keys 2021-11-16 03:04:32 999 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run Accept@1411f62e[java.nio.channels.SocketChannel[connected local=/10.233.70.189:9101 remote=/10.233.70.43:60490]] in InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@f559c74{s=1/1,p=0}] 2021-11-16 03:04:32 999 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-26] invocationID:{InvocationID} - SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-11-16 03:04:32 999 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-26] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@5508b648 2021-11-16 03:04:33 000 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-26] invocationID:{InvocationID} - new HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=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@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-11-16 03:04:33 000 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-26] invocationID:{InvocationID} - New HTTP Connection HttpConnection@36a2e7b0::DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=0/30000} 2021-11-16 03:04:33 000 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$510/0x0000000100630040@478384d0 on ManagedSelector@55638165{STARTED} id=0 keys=1 selected=0 updates=0 2021-11-16 03:04:33 000 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-26] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@4576f134{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 000 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - onOpen SslConnection@4576f134::SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@4576f134{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 000 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - onOpen HttpConnection@36a2e7b0::DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=0/30000} 2021-11-16 03:04:33 001 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - fillInterested HttpConnection@36a2e7b0::DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=0/30000} 2021-11-16 03:04:33 001 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@75d2409{AC.ReadCB@36a2e7b0{HttpConnection@36a2e7b0::DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-11-16 03:04:33 001 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@4576f134::SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@4576f134{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 001 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-26] invocationID:{InvocationID} - SslConnection@4576f134{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 001 DEBUG [org.eclipse.jetty.io.FillInterest][dw-26] invocationID:{InvocationID} - interested FillInterest@5c239536{SSLC.NBReadCB@4576f134{SslConnection@4576f134::SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@4576f134{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-11-16 03:04:33 001 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-26] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@4576f134{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 001 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005f3440@2e2e30d7 on ManagedSelector@55638165{STARTED} id=0 keys=1 selected=0 updates=1 2021-11-16 03:04:33 001 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@55638165{STARTED} id=0 keys=1 selected=0 updates=2 2021-11-16 03:04:33 001 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e woken with none selected 2021-11-16 03:04:33 001 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e woken up from select, 0/0/1 selected 2021-11-16 03:04:33 001 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e processing 0 keys, 2 updates 2021-11-16 03:04:33 001 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updateable 2 2021-11-16 03:04:33 001 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$510/0x0000000100630040@478384d0 2021-11-16 03:04:33 001 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Created SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@4576f134{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 001 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005f3440@2e2e30d7 2021-11-16 03:04:33 001 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - ran Accept@1411f62e[java.nio.channels.SocketChannel[connected local=/10.233.70.189:9101 remote=/10.233.70.43:60490]] in InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@f559c74{s=1/1,p=0}] 2021-11-16 03:04:33 002 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@4576f134{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 002 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - updates 0 2021-11-16 03:04:33 002 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e waiting with 1 keys 2021-11-16 03:04:33 002 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e woken up from select, 1/1/1 selected 2021-11-16 03:04:33 002 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e processing 1 keys, 0 updates 2021-11-16 03:04:33 002 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.70.189:9101 remote=/10.233.70.43:60490], selector=sun.nio.ch.EPollSelectorImpl@17f7ae5e, interestOps=1, readyOps=1 SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@4576f134{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 002 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4576f134{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 002 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4576f134{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-11-16 03:04:33 002 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=1/1,p=0} tryExecute EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@f559c74{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1791]@2021-11-16T03:04:33.002767Z 2021-11-16 03:04:33 002 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=0/1,p=0}@59fee21a offer EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@f559c74{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=1791]@2021-11-16T03:04:33.00288Z 2021-11-16 03:04:33 002 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=0/1,p=1} startReservedThread p=1 2021-11-16 03:04:33 003 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - queue ReservedThreadExecutor@f559c74{s=0/1,p=1}@303e2be3 startThread=0 2021-11-16 03:04:33 003 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=0/1,p=1}@59fee21a task=EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@f559c74{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1791]@2021-11-16T03:04:33.003108Z 2021-11-16 03:04:33 003 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - run ReservedThreadExecutor@f559c74{s=0/1,p=1}@303e2be3 in InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@f559c74{s=0/1,p=1}] 2021-11-16 03:04:33 003 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-24] invocationID:{InvocationID} - EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@f559c74{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1791]@2021-11-16T03:04:33.003056Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4576f134{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-11-16 03:04:33 003 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=1/1,p=1}@303e2be3 started 2021-11-16 03:04:33 003 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=1/1,p=0}@303e2be3 waiting 2021-11-16 03:04:33 003 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@f559c74{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1792]@2021-11-16T03:04:33.003199Z tryProduce true 2021-11-16 03:04:33 003 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 0 2021-11-16 03:04:33 003 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0 2021-11-16 03:04:33 003 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@5c239536{SSLC.NBReadCB@4576f134{SslConnection@4576f134::SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4576f134{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-11-16 03:04:33 003 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4576f134{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 003 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e waiting with 1 keys 2021-11-16 03:04:33 003 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >c.onFillable SslConnection@4576f134::SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4576f134{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 003 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - onFillable SslConnection@4576f134::SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@4576f134{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 003 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - fillable FillInterest@75d2409{AC.ReadCB@36a2e7b0{HttpConnection@36a2e7b0::DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=FI,flush=-,to=2/30000}}} 2021-11-16 03:04:33 003 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@36a2e7b0::DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-11-16 03:04:33 003 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >fill SslConnection@4576f134::SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@4576f134{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 003 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-11-16 03:04:33 003 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 261 HeapByteBuffer@7a58d064[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\x1e\x82\xEa\x0c\xFd\xA1J.W\x17E\xF7\xB9\xC0...\xF0\xA0\x98\xE8\xBd\x9c4\xB8\xEbq\xBd\x13*\xD2\xFf{*\xB4\xD2\xD2\x01\xFa\x13>>>\xF9\xFd\xA2\x00cM\xC0v\x7f...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:33 003 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=261 2021-11-16 03:04:33 003 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill starting handshake SslConnection@4576f134::SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4576f134{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 004 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@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x97\xAa\\\x8f...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x97\xAa\\\x8f...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:33 004 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_TASK 2021-11-16 03:04:33 004 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_WRAP 2021-11-16 03:04:33 004 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >flush SslConnection@4576f134::SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4576f134{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 005 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@526e7a59[p=0,l=0,c=0,r=0]={<<<>>>} 2021-11-16 03:04:33 005 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush NEED_WRAP 2021-11-16 03:04:33 005 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false 2021-11-16 03:04:33 005 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@4576f134{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 005 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net flushed=true, ac=true 2021-11-16 03:04:33 005 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@4576f134{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 005 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-11-16 03:04:33 005 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 6 HeapByteBuffer@7a58d064[p=0,l=6,c=17408,r=6]={<<<\x14\x03\x03\x00\x01\x01>>>\x00\x00\xFc\x03\x03\x1e\x82\xEa\x0c...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:33 005 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=6 2021-11-16 03:04:33 005 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@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x97\xAa\\\x8f...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x97\xAa\\\x8f...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:33 005 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-11-16 03:04:33 005 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 0 HeapByteBuffer@7a58d064[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x00\x00\xFc...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:33 005 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=0 2021-11-16 03:04:33 005 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@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x97\xAa\\\x8f...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x97\xAa\\\x8f...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:33 005 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@4576f134{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 005 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >fill SslConnection@4576f134::SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4576f134{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 005 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-11-16 03:04:33 005 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 367 HeapByteBuffer@7a58d064[p=0,l=367,c=17408,r=367]={<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\x1e\x82\xEa\x0c\xFd\xA1J.W\x17E\xF7\xB9\xC0...\x98\xA4\xCa\x8f\xEcM\x8e\xA6~\xFb\xA4\xC87\xB7\x9fdex\xAc:j\xE1\xD9>>>,\xF2\xBf\x1a{\xB1.vo...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:33 005 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=367 2021-11-16 03:04:33 005 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@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x97\xAa\\\x8f...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x97\xAa\\\x8f...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:33 005 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_TASK 2021-11-16 03:04:33 011 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@5508b648 2021-11-16 03:04:33 013 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_WRAP 2021-11-16 03:04:33 013 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >flush SslConnection@4576f134::SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@4576f134{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=12/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 013 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@526e7a59[p=0,l=0,c=0,r=0]={<<<>>>} 2021-11-16 03:04:33 013 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush NEED_WRAP 2021-11-16 03:04:33 013 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false 2021-11-16 03:04:33 014 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=8/30000}{io=0/0,kio=0,kro=1}->SslConnection@4576f134{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 014 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net flushed=true, ac=true 2021-11-16 03:04:33 014 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush NEED_WRAP 2021-11-16 03:04:33 014 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false 2021-11-16 03:04:33 014 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4576f134{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 014 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net flushed=true, ac=true 2021-11-16 03:04:33 014 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - flush NEED_WRAP 2021-11-16 03:04:33 014 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2687 sequenceNumber = 0 [p=0,l=2687,c=17408,r=2687] ioDone=false/false 2021-11-16 03:04:33 014 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - flushed 2687 SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4576f134{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 014 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net flushed=true, ac=true 2021-11-16 03:04:33 014 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@4576f134{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 014 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-11-16 03:04:33 014 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - filled 0 HeapByteBuffer@7a58d064[p=0,l=0,c=17408,r=0]={<<<>>>\x16\x03\x03\x01j\x01\x00\x01f...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:33 014 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - net filled=0 2021-11-16 03:04:33 014 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@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x97\xAa\\\x8f...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x97\xAa\\\x8f...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:33 014 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@4576f134{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=13/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 014 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@36a2e7b0::DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=13/30000} filled 0 HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x97\xAa\\\x8f...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:33 014 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@36a2e7b0::DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=13/30000} parse HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x97\xAa\\\x8f...\x00\x00\x00\x00\x00\x00\x00} {} 2021-11-16 03:04:33 014 DEBUG [org.eclipse.jetty.http.HttpParser][dw-24] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x97\xAa\\\x8f...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:33 014 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@36a2e7b0::DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=13/30000} parsed false HttpParser{s=START,0 of -1} 2021-11-16 03:04:33 014 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@36a2e7b0::DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=13/30000} 2021-11-16 03:04:33 014 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - fillInterested HttpConnection@36a2e7b0::DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=13/30000} 2021-11-16 03:04:33 014 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@75d2409{AC.ReadCB@36a2e7b0{HttpConnection@36a2e7b0::DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-11-16 03:04:33 014 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@4576f134::SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4576f134{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 014 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@4576f134{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 014 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@5c239536{SSLC.NBReadCB@4576f134{SslConnection@4576f134::SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4576f134{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-11-16 03:04:33 014 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@4576f134{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 014 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005f3440@2e2e30d7 on ManagedSelector@55638165{STARTED} id=0 keys=1 selected=0 updates=0 2021-11-16 03:04:33 014 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@55638165{STARTED} id=0 keys=1 selected=0 updates=1 2021-11-16 03:04:33 014 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - HttpConnection@36a2e7b0::DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-11-16 03:04:33 014 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@4576f134{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 014 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e woken with none selected 2021-11-16 03:04:33 014 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-24] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=1/1,p=0}@438bf58f size 1 > capacity 2021-11-16 03:04:33 014 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e woken up from select, 0/0/1 selected 2021-11-16 03:04:33 014 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e processing 0 keys, 1 updates 2021-11-16 03:04:33 014 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updateable 1 2021-11-16 03:04:33 014 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran ReservedThreadExecutor@f559c74{s=1/1,p=0}@438bf58f in InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@f559c74{s=1/1,p=0}] 2021-11-16 03:04:33 014 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005f3440@2e2e30d7 2021-11-16 03:04:33 015 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@4576f134{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 015 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - updates 0 2021-11-16 03:04:33 015 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e waiting with 1 keys 2021-11-16 03:04:33 016 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e woken up from select, 1/1/1 selected 2021-11-16 03:04:33 016 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e processing 1 keys, 0 updates 2021-11-16 03:04:33 016 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.70.189:9101 remote=/10.233.70.43:60490], selector=sun.nio.ch.EPollSelectorImpl@17f7ae5e, interestOps=1, readyOps=1 SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@4576f134{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 016 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4576f134{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 016 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@4576f134{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-11-16 03:04:33 016 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=1/1,p=0} tryExecute EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@f559c74{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1792]@2021-11-16T03:04:33.016877Z 2021-11-16 03:04:33 016 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=0/1,p=0}@303e2be3 offer EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@f559c74{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=1792]@2021-11-16T03:04:33.016937Z 2021-11-16 03:04:33 016 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=0/1,p=1} startReservedThread p=1 2021-11-16 03:04:33 017 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - queue ReservedThreadExecutor@f559c74{s=0/1,p=1}@65763388 startThread=0 2021-11-16 03:04:33 017 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - run ReservedThreadExecutor@f559c74{s=0/1,p=1}@65763388 in InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@f559c74{s=0/1,p=1}] 2021-11-16 03:04:33 017 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=1/1,p=1}@65763388 started 2021-11-16 03:04:33 017 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=1/1,p=0}@65763388 waiting 2021-11-16 03:04:33 017 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=0/1,p=1}@303e2be3 task=EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@f559c74{s=1/1,p=1}][pc=0,pic=0,pec=1,epc=1792]@2021-11-16T03:04:33.017141Z 2021-11-16 03:04:33 017 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-25] invocationID:{InvocationID} - EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@f559c74{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1792]@2021-11-16T03:04:33.017075Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=FI,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@4576f134{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-11-16 03:04:33 017 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-23] invocationID:{InvocationID} - EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@f559c74{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1792]@2021-11-16T03:04:33.017181Z tryProduce true 2021-11-16 03:04:33 017 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updateable 0 2021-11-16 03:04:33 017 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updates 0 2021-11-16 03:04:33 017 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@5c239536{SSLC.NBReadCB@4576f134{SslConnection@4576f134::SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@4576f134{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-11-16 03:04:33 017 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=FI,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@4576f134{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 017 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e waiting with 1 keys 2021-11-16 03:04:33 017 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >c.onFillable SslConnection@4576f134::SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@4576f134{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 017 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - onFillable SslConnection@4576f134::SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@4576f134{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 017 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - fillable FillInterest@75d2409{AC.ReadCB@36a2e7b0{HttpConnection@36a2e7b0::DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=FI,flush=-,to=3/30000}}} 2021-11-16 03:04:33 017 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@36a2e7b0::DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=3/30000} onFillable enter HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-11-16 03:04:33 017 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >fill SslConnection@4576f134::SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=3/30000}{io=0/0,kio=0,kro=1}->SslConnection@4576f134{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 017 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-11-16 03:04:33 018 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 230 HeapByteBuffer@7a58d064[p=0,l=230,c=17408,r=230]={<<<\x17\x03\x03\x005uTF\xC2\x94oX\x1aO\xA5\xB5e\x8fm\xA8y\xBa\x0bL\x01...`\xC1\x88\x02\x1c\xA8E\xEa\xA0c\x1a)_:(jB\xA6\x07\x85\xA5Iz>>>\x07\x9c\x14Fac\x1c\xD4:...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:33 018 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=230 2021-11-16 03:04:33 018 DEBUG [jdk.event.security][dw-25] invocationID:{InvocationID} - TLSHandshake: 10.233.70.43:60490, TLSv1.3, TLS_AES_128_GCM_SHA256, 0 2021-11-16 03:04:33 018 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - unwrap net_filled=230 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=230,c=17408,r=172] unwrapBuffer=HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x97\xAa\\\x8f...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\x97\xAa\\\x8f...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:33 018 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - handshake succeeded SslConnection@4576f134::SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4576f134{NOT_HANDSHAKING,eio=172/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} resumed server TLSv1.3/TLS_AES_128_GCM_SHA256 2021-11-16 03:04:33 018 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-11-16 03:04:33 018 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 0 HeapByteBuffer@7a58d064[p=58,l=230,c=17408,r=172]={\x17\x03\x03\x005\x14\x00\x00 ...\xDd\xA0\x01\x03\x8c4\xB3<<<\x17\x03\x03\x00\xA7i\x89\xDa"\xEbm\x81\xE20L1/\xA2O\xC1G\xFe7\xD6\xD8...`\xC1\x88\x02\x1c\xA8E\xEa\xA0c\x1a)_:(jB\xA6\x07\x85\xA5Iz>>>\x07\x9c\x14Fac\x1c\xD4:...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:33 018 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=0 2021-11-16 03:04:33 019 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 172 bytesProduced = 150 encryptedBuffer=[p=230,l=230,c=17408,r=0] unwrapBuffer=HeapByteBuffer@3ad3619[p=0,l=150,c=17408,r=150]={<< >>\x04\x8f\x1f\x86S\x9f<\x99:...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3ad3619[p=0,l=150,c=17408,r=150]={<< >>\x04\x8f\x1f\x86S\x9f<\x99:...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:33 019 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - SslConnection@4576f134{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=START,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 019 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@36a2e7b0::DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=4/30000} filled 150 HeapByteBuffer@3ad3619[p=0,l=150,c=17408,r=150]={<< >>\x04\x8f\x1f\x86S\x9f<\x99:...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:33 019 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@36a2e7b0::DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=4/30000} parse HeapByteBuffer@3ad3619[p=0,l=150,c=17408,r=150]={<< >>\x04\x8f\x1f\x86S\x9f<\x99:...\x00\x00\x00\x00\x00\x00\x00} {} 2021-11-16 03:04:33 019 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@3ad3619[p=0,l=150,c=17408,r=150]={<< >>\x04\x8f\x1f\x86S\x9f<\x99:...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:33 019 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - START --> SPACE1 2021-11-16 03:04:33 019 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - SPACE1 --> URI 2021-11-16 03:04:33 019 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - URI --> SPACE2 2021-11-16 03:04:33 019 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION 2021-11-16 03:04:33 019 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER 2021-11-16 03:04:33 019 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Host --> VALUE 2021-11-16 03:04:33 019 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE 2021-11-16 03:04:33 019 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Host --> FIELD 2021-11-16 03:04:33 019 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE 2021-11-16 03:04:33 019 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE 2021-11-16 03:04:33 019 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD 2021-11-16 03:04:33 019 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE 2021-11-16 03:04:33 019 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD 2021-11-16 03:04:33 019 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE 2021-11-16 03:04:33 019 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD 2021-11-16 03:04:33 019 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - HEADER --> CONTENT 2021-11-16 03:04:33 019 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - REQUEST for //10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} GET //10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1 Host: 10.233.70.189:9101 User-Agent: kube-probe/1.19 Accept-Encoding: gzip Connection: close 2021-11-16 03:04:33 019 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@36a2e7b0::DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=5/30000} parsed true HttpParser{s=CONTENT,0 of -1} 2021-11-16 03:04:33 019 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@36a2e7b0::DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=5/30000} 2021-11-16 03:04:33 019 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - handle //10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-11-16 03:04:33 019 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - handling HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-11-16 03:04:33 019 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-11-16 03:04:33 019 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-25] invocationID:{InvocationID} - Host 10.233.70.189 with SNI null 2021-11-16 03:04:33 019 DEBUG [org.eclipse.jetty.server.Server][dw-25] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-11-16 03:04:33 020 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-25] invocationID:{InvocationID} - GzipHandler@4b28a7bf{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck)@4113d1f7 in null 2021-11-16 03:04:33 020 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-25] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@fb6097b{/,null,AVAILABLE} 2021-11-16 03:04:33 020 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-25] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@fb6097b{/,null,AVAILABLE} 2021-11-16 03:04:33 020 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-5763a655@9187ac12==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-11-16 03:04:33 020 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - chain=customFilter@2d130ac4==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-3a40bb52@3a40bb52==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-17ec335a@17ec335a==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-5763a655@9187ac12==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-11-16 03:04:33 020 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - call filter customFilter@2d130ac4==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true 2021-11-16 03:04:33 020 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - Entering. 2021-11-16 03:04:33 020 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation. 2021-11-16 03:04:33 020 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 7d9c2b6b-aaec-413a-a921-bead315f029b 2021-11-16 03:04:33 020 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - Invoking synchronously ... 2021-11-16 03:04:33 020 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-3a40bb52@3a40bb52==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true 2021-11-16 03:04:33 020 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-17ec335a@17ec335a==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true 2021-11-16 03:04:33 020 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-5763a655@9187ac12==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-11-16 03:04:33 021 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@4b28a7bf{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck)@4113d1f7 2021-11-16 03:04:33 021 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@1d58ccd0 exclude no deflater 2021-11-16 03:04:33 021 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@4a0f406a[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@1e31c0d0{null} 2021-11-16 03:04:33 022 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 200 OK HTTP/1.1 Connection: close Date: Tue, 16 Nov 2021 03:04:33 GMT X-TransactionID: 7d9c2b6b-aaec-413a-a921-bead315f029b X-InvocationID: cf788b18-b20e-4296-9b4a-eaf54fbdaab0 Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2021-11-16 03:04:33 022 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@41723688[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1a175c3a] (null,[p=0,l=4,c=8192,r=4],true)@START 2021-11-16 03:04:33 022 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@4a0f406a[p=0,l=4,c=8192,r=4]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:33 022 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close Date: Tue, 16 Nov 2021 03:04:33 GMT X-TransactionID: 7d9c2b6b-aaec-413a-a921-bead315f029b X-InvocationID: cf788b18-b20e-4296-9b4a-eaf54fbdaab0 Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2021-11-16 03:04:33 022 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT 2021-11-16 03:04:33 022 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@41723688[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1a175c3a] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING 2021-11-16 03:04:33 022 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@2aab5302{IDLE}->null [HeapByteBuffer@72fc381d[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@4a0f406a[p=0,l=4,c=8192,r=4]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 2021-11-16 03:04:33 022 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@2aab5302{WRITING}->null:IDLE-->WRITING 2021-11-16 03:04:33 022 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@4576f134::SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@4576f134{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=W,to=7/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@26e3c802{s=COMPLETING}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-11-16 03:04:33 022 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@72fc381d[p=0,l=252,c=8192,r=252]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:33 022 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@4a0f406a[p=0,l=4,c=8192,r=4]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:33 022 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING 2021-11-16 03:04:33 022 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 256 bytesProduced = 294 sequenceNumber = 0 [p=0,l=294,c=17408,r=294] ioDone=false/false 2021-11-16 03:04:33 022 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@4576f134{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=W,to=8/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@26e3c802{s=COMPLETING}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-11-16 03:04:33 023 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2021-11-16 03:04:33 023 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@4576f134{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=W,to=8/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@26e3c802{s=COMPLETING}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-11-16 03:04:33 023 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@2aab5302{WRITING}->null 2021-11-16 03:04:33 023 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@2aab5302{IDLE}->null:WRITING-->IDLE 2021-11-16 03:04:33 023 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@41723688[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1a175c3a] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2021-11-16 03:04:33 023 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@41723688[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@1a175c3a] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2021-11-16 03:04:33 023 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=8/30000} 2021-11-16 03:04:33 023 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@4576f134::SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4576f134{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OSHUTTING,fill=-,flush=-,to=8/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@26e3c802{s=END}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} oshut=false, ishut=false 2021-11-16 03:04:33 023 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@4576f134::SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4576f134{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OSHUTTING,fill=-,flush=-,to=9/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@26e3c802{s=END}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-11-16 03:04:33 023 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@526e7a59[p=0,l=0,c=0,r=0]={<<<>>>} 2021-11-16 03:04:33 023 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP 2021-11-16 03:04:33 023 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 40 sequenceNumber = 1 [p=0,l=40,c=17408,r=40] ioDone=false/true 2021-11-16 03:04:33 024 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4576f134{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OSHUTTING,fill=-,flush=-,to=9/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@26e3c802{s=END}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-11-16 03:04:33 024 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2021-11-16 03:04:33 024 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4576f134{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OSHUTTING,fill=-,flush=-,to=9/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@26e3c802{s=END}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-11-16 03:04:33 024 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@4576f134{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OSHUTTING,fill=-,flush=-,to=9/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@26e3c802{s=END}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-11-16 03:04:33 024 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@4576f134::SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4576f134{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OSHUTTING,fill=-,flush=-,to=9/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@26e3c802{s=END}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-11-16 03:04:33 024 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@5c239536{SSLC.NBReadCB@4576f134{SslConnection@4576f134::SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4576f134{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OSHUTTING,fill=-,flush=-,to=10/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@26e3c802{s=END}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5}}} 2021-11-16 03:04:33 024 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@4576f134{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OSHUTTING,fill=-,flush=-,to=10/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@26e3c802{s=END}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-11-16 03:04:33 024 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005f3440@2e2e30d7 on ManagedSelector@55638165{STARTED} id=0 keys=1 selected=0 updates=0 2021-11-16 03:04:33 025 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@55638165{STARTED} id=0 keys=1 selected=0 updates=1 2021-11-16 03:04:33 025 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e woken with none selected 2021-11-16 03:04:33 025 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=2ff3823c-b7cc-479c-b497-c62447a472c2, referenceCounter=0, store size=0} on thread dw-25 - GET /api/holmes-rule-mgmt/v1/healthcheck 2021-11-16 03:04:33 025 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e woken up from select, 0/0/1 selected 2021-11-16 03:04:33 025 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e processing 0 keys, 1 updates 2021-11-16 03:04:33 025 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updateable 1 2021-11-16 03:04:33 025 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005f3440@2e2e30d7 2021-11-16 03:04:33 025 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-25] invocationID:{InvocationID} - Exiting. 2021-11-16 03:04:33 025 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@4576f134{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OSHUT,fill=-,flush=-,to=10/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@26e3c802{s=END}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2021-11-16 03:04:33 025 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updates 0 2021-11-16 03:04:33 025 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e waiting with 1 keys 2021-11-16 03:04:33 025 DEBUG [org.eclipse.jetty.server.Server][dw-25] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2021-11-16 03:04:33 025 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e woken up from select, 1/1/1 selected 2021-11-16 03:04:33 025 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e processing 1 keys, 0 updates 2021-11-16 03:04:33 025 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - unhandle HttpChannelState@39276a0e{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1} 2021-11-16 03:04:33 025 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@39276a0e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-11-16 03:04:33 025 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2021-11-16 03:04:33 025 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.70.189:9101 remote=/10.233.70.43:60490], selector=sun.nio.ch.EPollSelectorImpl@17f7ae5e, interestOps=1, readyOps=1 SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@4576f134{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OSHUT,fill=-,flush=-,to=10/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@26e3c802{s=END}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2021-11-16 03:04:33 025 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - completed HttpChannelState@39276a0e{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-11-16 03:04:33 025 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - unhandle HttpChannelState@39276a0e{s=HANDLING rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-11-16 03:04:33 025 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - nextAction(false) TERMINATED HttpChannelState@39276a0e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-11-16 03:04:33 025 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - action TERMINATED HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=IDLE,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2021-11-16 03:04:33 025 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - onCompleted for /api/holmes-rule-mgmt/v1/healthcheck written=4 2021-11-16 03:04:33 025 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@4576f134{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OSHUT,fill=-,flush=-,to=10/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@26e3c802{s=END}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=true/true,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 10.233.70.43 - - [16/Nov/2021:03:04:33 +0000] "GET /api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1" 200 4 "-" "kube-probe/1.19" 6 2021-11-16 03:04:33 025 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-25] invocationID:{InvocationID} - recycle HttpChannelState@39276a0e{s=IDLE rs=COMPLETED os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-11-16 03:04:33 026 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - close HttpParser{s=CONTENT,0 of -1} 2021-11-16 03:04:33 026 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4576f134{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OSHUT,fill=-,flush=-,to=11/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@26e3c802{s=END}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=7}:runFillable:BLOCKING 2021-11-16 03:04:33 026 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - CONTENT --> CLOSE 2021-11-16 03:04:33 026 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-25] invocationID:{InvocationID} - !handle TERMINATED HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 026 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=1/1,p=0} tryExecute EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@f559c74{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1793]@2021-11-16T03:04:33.026106Z 2021-11-16 03:04:33 026 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=0/1,p=0}@65763388 offer EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@f559c74{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=1793]@2021-11-16T03:04:33.026172Z 2021-11-16 03:04:33 026 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=0/1,p=1} startReservedThread p=1 2021-11-16 03:04:33 026 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - >fill SslConnection@4576f134::SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@4576f134{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OSHUT,fill=-,flush=-,to=11/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 026 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-11-16 03:04:33 026 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - queue ReservedThreadExecutor@f559c74{s=0/1,p=1}@46a85618 startThread=0 2021-11-16 03:04:33 026 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - filled 24 HeapByteBuffer@7a58d064[p=0,l=24,c=17408,r=24]={<<<\x17\x03\x03\x00\x13pd|\x04\xBe%\x9d\x8ef\x8d\xFb\x00\xEf2\xC5\x18\x82\xA9\xC7>>>CF\xA8\xAb\x93\xCa\xDb\xF9\x1c...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:33 026 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=0/1,p=1}@65763388 task=EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@f559c74{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1793]@2021-11-16T03:04:33.026288Z 2021-11-16 03:04:33 026 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - net filled=24 2021-11-16 03:04:33 026 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@f559c74{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1793]@2021-11-16T03:04:33.026331Z tryProduce true 2021-11-16 03:04:33 026 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 0 2021-11-16 03:04:33 026 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0 2021-11-16 03:04:33 026 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - run ReservedThreadExecutor@f559c74{s=0/1,p=1}@46a85618 in InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@f559c74{s=0/1,p=1}] 2021-11-16 03:04:33 026 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=1/1,p=1}@46a85618 started 2021-11-16 03:04:33 026 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - unwrap net_filled=24 Status = CLOSED HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 24 bytesProduced = 0 encryptedBuffer=[p=24,l=24,c=17408,r=0] unwrapBuffer=HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB1\xF2R"...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB1\xF2R"...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:33 026 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=1/1,p=0}@46a85618 waiting 2021-11-16 03:04:33 026 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4576f134{NOT_HANDSHAKING,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OSHUT,fill=-,flush=-,to=11/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 026 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e waiting with 1 keys 2021-11-16 03:04:33 026 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-23] invocationID:{InvocationID} - EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@f559c74{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1793]@2021-11-16T03:04:33.026316Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@4576f134{NOT_HANDSHAKING,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OSHUT,fill=-,flush=-,to=11/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-11-16 03:04:33 026 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - SslConnection@4576f134{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OSHUT,fill=-,flush=-,to=11/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 026 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - atEOF HttpParser{s=CLOSE,0 of -1} 2021-11-16 03:04:33 026 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@36a2e7b0::DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OSHUT,fill=-,flush=-,to=12/30000} filled -1 HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB1\xF2R"...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:33 026 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OSHUT,fill=-,flush=-,to=12/30000} 2021-11-16 03:04:33 026 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close(null) DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OSHUT,fill=-,flush=-,to=12/30000} 2021-11-16 03:04:33 026 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - fillable FillInterest@5c239536{SSLC.NBReadCB@4576f134{SslConnection@4576f134::SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4576f134{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OSHUT,fill=-,flush=-,to=12/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2021-11-16 03:04:33 026 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - shutdownOutput: SslConnection@4576f134::SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4576f134{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} oshut=true, ishut=false 2021-11-16 03:04:33 026 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - >c.onFillable SslConnection@4576f134::SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4576f134{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 026 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - ensureFillInterested SslConnection@4576f134::SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4576f134{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 026 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,CLOSED,fill=-,flush=-,to=12/30000} 2021-11-16 03:04:33 027 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-23] invocationID:{InvocationID} - close(null) DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,CLOSED,fill=-,flush=-,to=12/30000} 2021-11-16 03:04:33 027 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - interested FillInterest@5c239536{SSLC.NBReadCB@4576f134{SslConnection@4576f134::SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4576f134{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2021-11-16 03:04:33 027 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - onFillable SslConnection@4576f134::SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@4576f134{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 027 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - fillable FillInterest@75d2409{null} 2021-11-16 03:04:33 027 DEBUG [org.eclipse.jetty.io.FillInterest][dw-23] invocationID:{InvocationID} - FillInterest@75d2409{null} lost race null 2021-11-16 03:04:33 027 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@4576f134{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 027 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005f3440@2e2e30d7 on ManagedSelector@55638165{STARTED} id=0 keys=1 selected=0 updates=0 2021-11-16 03:04:33 027 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-23] invocationID:{InvocationID} - SslConnection@4576f134{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 027 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@55638165{STARTED} id=0 keys=1 selected=0 updates=1 2021-11-16 03:04:33 027 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=1/1,p=0}@303e2be3 size 1 > capacity 2021-11-16 03:04:33 027 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - ran ReservedThreadExecutor@f559c74{s=1/1,p=0}@303e2be3 in InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@f559c74{s=1/1,p=0}] 2021-11-16 03:04:33 027 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e woken with none selected 2021-11-16 03:04:33 027 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e woken up from select, 0/0/1 selected 2021-11-16 03:04:33 027 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e processing 0 keys, 1 updates 2021-11-16 03:04:33 027 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 1 2021-11-16 03:04:33 027 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005f3440@2e2e30d7 2021-11-16 03:04:33 027 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@4576f134{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 027 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@4576f134{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 027 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0 2021-11-16 03:04:33 027 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e waiting with 1 keys 2021-11-16 03:04:33 027 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e woken up from select, 1/1/1 selected 2021-11-16 03:04:33 027 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e processing 1 keys, 0 updates 2021-11-16 03:04:33 027 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.70.189:9101 remote=/10.233.70.43:60490], selector=sun.nio.ch.EPollSelectorImpl@17f7ae5e, interestOps=1, readyOps=1 SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@4576f134{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 027 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@4576f134{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 027 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@4576f134{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,CLOSED,fill=-,flush=-,to=12/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 027 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@4576f134{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-11-16 03:04:33 027 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-25] invocationID:{InvocationID} - doClose SocketChannelEndPoint@3de44a87{l=/10.233.70.189:9101,r=/10.233.70.43:60490,CLOSED,fill=FI,flush=-,to=0/30000}{io=1/0,kio=1,kro=1}->SslConnection@4576f134{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=/10.233.70.189:9101,r=/10.233.70.43:60490,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 027 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=1/1,p=0} tryExecute EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@f559c74{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1794]@2021-11-16T03:04:33.027645Z 2021-11-16 03:04:33 027 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=0/1,p=0}@46a85618 offer EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@f559c74{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=1794]@2021-11-16T03:04:33.027678Z 2021-11-16 03:04:33 027 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=0/1,p=1} startReservedThread p=1 2021-11-16 03:04:33 027 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue ReservedThreadExecutor@f559c74{s=0/1,p=1}@4c720796 startThread=0 2021-11-16 03:04:33 027 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=0/1,p=1}@46a85618 task=EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@f559c74{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1794]@2021-11-16T03:04:33.027794Z 2021-11-16 03:04:33 027 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - run ReservedThreadExecutor@f559c74{s=0/1,p=1}@4c720796 in InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@f559c74{s=0/1,p=1}] 2021-11-16 03:04:33 027 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@f559c74{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1794]@2021-11-16T03:04:33.027747Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@3de44a87{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@4576f134{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-11-16 03:04:33 027 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - onClose FillInterest@5c239536{SSLC.NBReadCB@4576f134{SslConnection@4576f134::SocketChannelEndPoint@3de44a87{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@4576f134{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2021-11-16 03:04:33 027 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-21] invocationID:{InvocationID} - EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@f559c74{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1795]@2021-11-16T03:04:33.027883Z tryProduce true 2021-11-16 03:04:33 027 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updateable 0 2021-11-16 03:04:33 027 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updates 0 2021-11-16 03:04:33 027 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@5c239536{SSLC.NBReadCB@4576f134{SslConnection@4576f134::SocketChannelEndPoint@3de44a87{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@4576f134{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0}}} 2021-11-16 03:04:33 027 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - FillInterest@5c239536{null} lost race null 2021-11-16 03:04:33 027 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=1/1,p=1}@65763388 waiting 2021-11-16 03:04:33 028 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - onFillableFail SslConnection@4576f134::SocketChannelEndPoint@3de44a87{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@4576f134{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 028 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=1/1,p=1}@4c720796 size 1 > capacity 2021-11-16 03:04:33 028 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - ran ReservedThreadExecutor@f559c74{s=1/1,p=0}@4c720796 in InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@f559c74{s=1/1,p=0}] 2021-11-16 03:04:33 028 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - onFail FillInterest@75d2409{null} java.nio.channels.ClosedChannelException: null at org.eclipse.jetty.io.FillInterest.onClose(FillInterest.java:150) at org.eclipse.jetty.io.AbstractEndPoint.onClose(AbstractEndPoint.java:355) at org.eclipse.jetty.io.ChannelEndPoint.onClose(ChannelEndPoint.java:227) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:225) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.doClose(SslConnection.java:1366) at org.eclipse.jetty.io.AbstractEndPoint.doOnClose(AbstractEndPoint.java:220) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:192) at org.eclipse.jetty.io.AbstractEndPoint.close(AbstractEndPoint.java:175) at org.eclipse.jetty.io.AbstractConnection.close(AbstractConnection.java:254) at org.eclipse.jetty.server.HttpConnection.onFillable(HttpConnection.java:255) at org.eclipse.jetty.io.AbstractConnection$ReadCallback.succeeded(AbstractConnection.java:311) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ssl.SslConnection$DecryptedEndPoint.onFillable(SslConnection.java:543) at org.eclipse.jetty.io.ssl.SslConnection.onFillable(SslConnection.java:398) at org.eclipse.jetty.io.ssl.SslConnection$2.succeeded(SslConnection.java:161) at org.eclipse.jetty.io.FillInterest.fillable(FillInterest.java:103) at org.eclipse.jetty.io.ChannelEndPoint$1.run(ChannelEndPoint.java:104) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.runTask(EatWhatYouKill.java:336) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.doProduce(EatWhatYouKill.java:313) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.tryProduce(EatWhatYouKill.java:171) at org.eclipse.jetty.util.thread.strategy.EatWhatYouKill.run(EatWhatYouKill.java:129) at org.eclipse.jetty.util.thread.ReservedThreadExecutor$ReservedThread.run(ReservedThreadExecutor.java:375) at org.eclipse.jetty.util.thread.QueuedThreadPool.runJob(QueuedThreadPool.java:806) at org.eclipse.jetty.util.thread.QueuedThreadPool$Runner.run(QueuedThreadPool.java:938) at java.base/java.lang.Thread.run(Unknown Source) 2021-11-16 03:04:33 028 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - Ignoring key update for cancelled key SocketChannelEndPoint@3de44a87{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@4576f134{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 028 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-25] invocationID:{InvocationID} - Wakeup ManagedSelector@55638165{STARTED} id=0 keys=1 selected=1 updates=0 2021-11-16 03:04:33 028 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - queue org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@3a0c21c7 startThread=0 2021-11-16 03:04:33 028 DEBUG [org.eclipse.jetty.io.FillInterest][dw-25] invocationID:{InvocationID} - onClose FillInterest@75d2409{null} 2021-11-16 03:04:33 028 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-21] invocationID:{InvocationID} - close SocketChannelEndPoint@3de44a87{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@4576f134{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=CLOSE,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 028 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@36a2e7b0::DecryptedEndPoint@2688bfdf{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=13/30000} parse HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB1\xF2R"...\x00\x00\x00\x00\x00\x00\x00} {} 2021-11-16 03:04:33 028 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - parseNext s=CLOSE HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB1\xF2R"...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:33 028 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - run org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@3a0c21c7 in InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@f559c74{s=1/1,p=0}] 2021-11-16 03:04:33 028 DEBUG [org.eclipse.jetty.http.HttpParser][dw-25] invocationID:{InvocationID} - CLOSE --> CLOSED 2021-11-16 03:04:33 028 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@36a2e7b0::DecryptedEndPoint@2688bfdf{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=13/30000} parsed false HttpParser{s=CLOSED,0 of -1} 2021-11-16 03:04:33 028 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@36a2e7b0::DecryptedEndPoint@2688bfdf{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=13/30000} 2021-11-16 03:04:33 028 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-26] invocationID:{InvocationID} - Destroyed SocketChannelEndPoint@3de44a87{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@4576f134{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 028 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-25] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@2688bfdf{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=13/30000} 2021-11-16 03:04:33 028 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - onClose HttpConnection@36a2e7b0::DecryptedEndPoint@2688bfdf{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=13/30000} 2021-11-16 03:04:33 028 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-21] invocationID:{InvocationID} - close(null) SocketChannelEndPoint@3de44a87{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@4576f134{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 028 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e waiting with 1 keys 2021-11-16 03:04:33 028 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-25] invocationID:{InvocationID} - HttpConnection@36a2e7b0::DecryptedEndPoint@2688bfdf{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=13/30000} onFillable exit HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-11-16 03:04:33 028 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e woken with none selected 2021-11-16 03:04:33 028 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e woken up from select, 0/0/0 selected 2021-11-16 03:04:33 028 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-26] invocationID:{InvocationID} - onClose SslConnection@4576f134::SocketChannelEndPoint@3de44a87{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@4576f134{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=13/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 028 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e processing 0 keys, 0 updates 2021-11-16 03:04:33 028 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updateable 0 2021-11-16 03:04:33 028 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updates 0 2021-11-16 03:04:33 028 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-26] invocationID:{InvocationID} - ran org.eclipse.jetty.io.ManagedSelector$DestroyEndPoint@3a0c21c7 in InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=3,r=1,q=0}[ReservedThreadExecutor@f559c74{s=1/1,p=0}] 2021-11-16 03:04:33 028 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e waiting with 0 keys 2021-11-16 03:04:33 028 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-25] invocationID:{InvocationID} - SslConnection@4576f134{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@2688bfdf{l=0.0.0.0/0.0.0.0:9101,r=null,CLOSED,fill=-,flush=-,to=14/30000}=>HttpConnection@36a2e7b0[p=HttpParser{s=CLOSED,0 of -1},g=HttpGenerator@26e3c802{s=START}]=>HttpChannelOverHttp@3438bd01{s=HttpChannelState@39276a0e{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:33 028 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-25] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=1/1,p=0}@59fee21a size 1 > capacity 2021-11-16 03:04:33 028 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-25] invocationID:{InvocationID} - ran ReservedThreadExecutor@f559c74{s=1/1,p=0}@59fee21a in InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@f559c74{s=1/1,p=0}] 2021-11-16 03:04:35 703 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@49122853-RuleActiveApp@5f5297e3{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Queued change lazy=false Accept@119b3b9[java.nio.channels.SocketChannel[connected local=/10.233.70.189:9101 remote=/10.233.70.43:60516]] on ManagedSelector@55638165{STARTED} id=0 keys=0 selected=0 updates=0 2021-11-16 03:04:35 703 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-22-acceptor-0@49122853-RuleActiveApp@5f5297e3{SSL,[ssl, http/1.1]}{0.0.0.0:9101}] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@55638165{STARTED} id=0 keys=0 selected=0 updates=1 2021-11-16 03:04:35 703 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e woken with none selected 2021-11-16 03:04:35 704 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e woken up from select, 0/0/0 selected 2021-11-16 03:04:35 704 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e processing 0 keys, 1 updates 2021-11-16 03:04:35 704 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updateable 1 2021-11-16 03:04:35 704 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - update Accept@119b3b9[java.nio.channels.SocketChannel[connected local=/10.233.70.189:9101 remote=/10.233.70.43:60516]] 2021-11-16 03:04:35 704 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - queue Accept@119b3b9[java.nio.channels.SocketChannel[connected local=/10.233.70.189:9101 remote=/10.233.70.43:60516]] startThread=0 2021-11-16 03:04:35 704 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updates 0 2021-11-16 03:04:35 704 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e waiting with 1 keys 2021-11-16 03:04:35 704 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - run Accept@119b3b9[java.nio.channels.SocketChannel[connected local=/10.233.70.189:9101 remote=/10.233.70.43:60516]] in InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@f559c74{s=1/1,p=0}] 2021-11-16 03:04:35 704 DEBUG [org.eclipse.jetty.io.IdleTimeout][dw-24] invocationID:{InvocationID} - SocketChannelEndPoint@904a56f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}-> idle timeout check, elapsed: 0 ms, remaining: 30000 ms 2021-11-16 03:04:35 704 DEBUG [org.eclipse.jetty.util.ssl.SslContextFactory][dw-24] invocationID:{InvocationID} - Customize sun.security.ssl.SSLEngineImpl@4e9833eb 2021-11-16 03:04:35 705 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-24] invocationID:{InvocationID} - new HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=IDLE rs=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@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=0/30000},null,HttpChannelState@26579f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-11-16 03:04:35 705 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-24] invocationID:{InvocationID} - New HTTP Connection HttpConnection@5dc04e5::DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=0/30000} 2021-11-16 03:04:35 705 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Queued change lazy=true org.eclipse.jetty.io.ManagedSelector$$Lambda$510/0x0000000100630040@5c7961ae on ManagedSelector@55638165{STARTED} id=0 keys=1 selected=0 updates=0 2021-11-16 03:04:35 705 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-24] invocationID:{InvocationID} - onOpen SocketChannelEndPoint@904a56f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@46cee051{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7a74a6{s=START}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:35 705 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onOpen SslConnection@46cee051::SocketChannelEndPoint@904a56f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@46cee051{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=0/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7a74a6{s=START}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:35 705 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - onOpen HttpConnection@5dc04e5::DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=0/30000} 2021-11-16 03:04:35 705 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-24] invocationID:{InvocationID} - fillInterested HttpConnection@5dc04e5::DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=0/30000} 2021-11-16 03:04:35 705 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@a64ae80{AC.ReadCB@5dc04e5{HttpConnection@5dc04e5::DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-11-16 03:04:35 705 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=false ei=null di=null SslConnection@46cee051::SocketChannelEndPoint@904a56f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=0}->SslConnection@46cee051{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7a74a6{s=START}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:35 705 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-24] invocationID:{InvocationID} - SslConnection@46cee051{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7a74a6{s=START}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:35 706 DEBUG [org.eclipse.jetty.io.FillInterest][dw-24] invocationID:{InvocationID} - interested FillInterest@1d87da73{SSLC.NBReadCB@46cee051{SslConnection@46cee051::SocketChannelEndPoint@904a56f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=0}->SslConnection@46cee051{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7a74a6{s=START}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-11-16 03:04:35 706 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-24] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@904a56f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@46cee051{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7a74a6{s=START}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:35 706 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005f3440@2c7a7dfa on ManagedSelector@55638165{STARTED} id=0 keys=1 selected=0 updates=1 2021-11-16 03:04:35 706 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@55638165{STARTED} id=0 keys=1 selected=0 updates=2 2021-11-16 03:04:35 706 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e woken with none selected 2021-11-16 03:04:35 706 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e woken up from select, 0/0/1 selected 2021-11-16 03:04:35 706 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-24] invocationID:{InvocationID} - Created SocketChannelEndPoint@904a56f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=0}->SslConnection@46cee051{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7a74a6{s=START}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:35 706 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e processing 0 keys, 2 updates 2021-11-16 03:04:35 706 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updateable 2 2021-11-16 03:04:35 706 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - update org.eclipse.jetty.io.ManagedSelector$$Lambda$510/0x0000000100630040@5c7961ae 2021-11-16 03:04:35 706 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005f3440@2c7a7dfa 2021-11-16 03:04:35 706 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-24] invocationID:{InvocationID} - ran Accept@119b3b9[java.nio.channels.SocketChannel[connected local=/10.233.70.189:9101 remote=/10.233.70.43:60516]] in InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@f559c74{s=1/1,p=0}] 2021-11-16 03:04:35 706 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@904a56f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=0}->SslConnection@46cee051{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7a74a6{s=START}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:35 706 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - updates 0 2021-11-16 03:04:35 706 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e waiting with 1 keys 2021-11-16 03:04:35 706 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e woken up from select, 1/1/1 selected 2021-11-16 03:04:35 706 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e processing 1 keys, 0 updates 2021-11-16 03:04:35 706 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.70.189:9101 remote=/10.233.70.43:60516], selector=sun.nio.ch.EPollSelectorImpl@17f7ae5e, interestOps=1, readyOps=1 SocketChannelEndPoint@904a56f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@46cee051{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7a74a6{s=START}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:35 707 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@904a56f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@46cee051{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7a74a6{s=START}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:35 707 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@904a56f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@46cee051{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7a74a6{s=START}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-11-16 03:04:35 707 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=1/1,p=0} tryExecute EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@f559c74{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1795]@2021-11-16T03:04:35.707344Z 2021-11-16 03:04:35 707 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=0/1,p=0}@65763388 offer EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@f559c74{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=1795]@2021-11-16T03:04:35.707437Z 2021-11-16 03:04:35 707 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=0/1,p=1} startReservedThread p=1 2021-11-16 03:04:35 707 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - queue ReservedThreadExecutor@f559c74{s=0/1,p=1}@60e65a61 startThread=0 2021-11-16 03:04:35 707 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=0/1,p=1}@65763388 task=EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@f559c74{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1795]@2021-11-16T03:04:35.707594Z 2021-11-16 03:04:35 707 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@f559c74{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1795]@2021-11-16T03:04:35.707661Z tryProduce true 2021-11-16 03:04:35 707 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-23] invocationID:{InvocationID} - run ReservedThreadExecutor@f559c74{s=0/1,p=1}@60e65a61 in InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@f559c74{s=0/1,p=1}] 2021-11-16 03:04:35 707 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 0 2021-11-16 03:04:35 707 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=1/1,p=1}@60e65a61 started 2021-11-16 03:04:35 707 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0 2021-11-16 03:04:35 707 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=1/1,p=0}@60e65a61 waiting 2021-11-16 03:04:35 707 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-21] invocationID:{InvocationID} - EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@f559c74{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1795]@2021-11-16T03:04:35.707631Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@904a56f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@46cee051{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7a74a6{s=START}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-11-16 03:04:35 707 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@904a56f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@46cee051{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7a74a6{s=START}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:35 707 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - fillable FillInterest@1d87da73{SSLC.NBReadCB@46cee051{SslConnection@46cee051::SocketChannelEndPoint@904a56f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=FI,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@46cee051{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7a74a6{s=START}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-11-16 03:04:35 707 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e waiting with 1 keys 2021-11-16 03:04:35 707 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - >c.onFillable SslConnection@46cee051::SocketChannelEndPoint@904a56f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@46cee051{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7a74a6{s=START}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:35 708 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - onFillable SslConnection@46cee051::SocketChannelEndPoint@904a56f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@46cee051{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7a74a6{s=START}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:35 708 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - fillable FillInterest@a64ae80{AC.ReadCB@5dc04e5{HttpConnection@5dc04e5::DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=FI,flush=-,to=2/30000}}} 2021-11-16 03:04:35 708 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - HttpConnection@5dc04e5::DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@26579f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-11-16 03:04:35 708 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - >fill SslConnection@46cee051::SocketChannelEndPoint@904a56f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@46cee051{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7a74a6{s=START}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:35 708 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-11-16 03:04:35 708 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - filled 261 HeapByteBuffer@7a58d064[p=0,l=261,c=17408,r=261]={<<<\x16\x03\x01\x01\x00\x01\x00\x00\xFc\x03\x03\xF5fH\x80\xEf4\xE0U-\xB5>>F\xA4...s43\x93\xE1-\xA6\xD7{\xC2\xE5\xFaH\x89\xE9o\x04\xD7;\xB0\xAapc>>>\xEc\xA7*\xB5G\xFeu;K...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:35 708 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net filled=261 2021-11-16 03:04:35 708 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill starting handshake SslConnection@46cee051::SocketChannelEndPoint@904a56f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@46cee051{NOT_HANDSHAKING,eio=261/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7a74a6{s=START}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:35 709 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - unwrap net_filled=261 Status = OK HandshakeStatus = NEED_TASK bytesConsumed = 261 bytesProduced = 0 encryptedBuffer=[p=261,l=261,c=17408,r=0] unwrapBuffer=HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB1\xF2R"...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB1\xF2R"...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:35 709 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NEED_TASK 2021-11-16 03:04:35 709 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NEED_WRAP 2021-11-16 03:04:35 709 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - >flush SslConnection@46cee051::SocketChannelEndPoint@904a56f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@46cee051{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7a74a6{s=START}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:35 709 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@526e7a59[p=0,l=0,c=0,r=0]={<<<>>>} 2021-11-16 03:04:35 709 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - flush NEED_WRAP 2021-11-16 03:04:35 709 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 166 sequenceNumber = 0 [p=0,l=166,c=17408,r=166] ioDone=false/false 2021-11-16 03:04:35 710 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - flushed 166 SocketChannelEndPoint@904a56f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@46cee051{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7a74a6{s=START}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:35 710 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net flushed=true, ac=true 2021-11-16 03:04:35 710 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - SslConnection@46cee051{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=4/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7a74a6{s=START}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:35 710 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-11-16 03:04:35 710 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - filled 373 HeapByteBuffer@7a58d064[p=0,l=373,c=17408,r=373]={<<<\x14\x03\x03\x00\x01\x01\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xF5fH\x80\xEf4\xE0U...i\xEc\xF8\xF6\xF2\x1f\xB0\xAe5nH\xF4'\xCc0\x00\xF9H\xA4*wm,>>>.volte.sc...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:35 710 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net filled=373 2021-11-16 03:04:35 710 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] 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@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB1\xF2R"...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB1\xF2R"...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:35 710 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-11-16 03:04:35 710 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - filled 0 HeapByteBuffer@7a58d064[p=6,l=373,c=17408,r=367]={\x14\x03\x03\x00\x01\x01<<<\x16\x03\x03\x01j\x01\x00\x01f\x03\x03\xF5fH\x80\xEf4\xE0U-\xB5>>F\xA4...i\xEc\xF8\xF6\xF2\x1f\xB0\xAe5nH\xF4'\xCc0\x00\xF9H\xA4*wm,>>>.volte.sc...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:35 710 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net filled=0 2021-11-16 03:04:35 710 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] 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@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB1\xF2R"...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB1\xF2R"...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:35 710 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NEED_TASK 2021-11-16 03:04:35 717 DEBUG [org.eclipse.jetty.util.ssl.SniX509ExtendedKeyManager][dw-21] invocationID:{InvocationID} - Chose alias holmes-rule-mgmt@holmes-rule-mgmt.onap.org/RSA on sun.security.ssl.SSLEngineImpl@4e9833eb 2021-11-16 03:04:35 720 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NEED_WRAP 2021-11-16 03:04:35 720 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - >flush SslConnection@46cee051::SocketChannelEndPoint@904a56f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=10/30000}{io=0/0,kio=0,kro=1}->SslConnection@46cee051{NEED_WRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7a74a6{s=START}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:35 720 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@526e7a59[p=0,l=0,c=0,r=0]={<<<>>>} 2021-11-16 03:04:35 720 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - flush NEED_WRAP 2021-11-16 03:04:35 720 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 160 sequenceNumber = 1 [p=0,l=160,c=17408,r=160] ioDone=false/false 2021-11-16 03:04:35 720 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - flushed 160 SocketChannelEndPoint@904a56f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=10/30000}{io=0/0,kio=0,kro=1}->SslConnection@46cee051{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=14/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7a74a6{s=START}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:35 720 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net flushed=true, ac=true 2021-11-16 03:04:35 720 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - flush NEED_WRAP 2021-11-16 03:04:35 720 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_WRAP bytesConsumed = 0 bytesProduced = 6 sequenceNumber = 2 [p=0,l=6,c=17408,r=6] ioDone=false/false 2021-11-16 03:04:35 720 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - flushed 6 SocketChannelEndPoint@904a56f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@46cee051{NEED_WRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7a74a6{s=START}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:35 720 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net flushed=true, ac=true 2021-11-16 03:04:35 720 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - flush NEED_WRAP 2021-11-16 03:04:35 720 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 2687 sequenceNumber = 0 [p=0,l=2687,c=17408,r=2687] ioDone=false/false 2021-11-16 03:04:35 721 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - flushed 2687 SocketChannelEndPoint@904a56f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@46cee051{NEED_UNWRAP,eio=0/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7a74a6{s=START}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:35 721 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net flushed=true, ac=true 2021-11-16 03:04:35 721 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - SslConnection@46cee051{NEED_UNWRAP,eio=0/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7a74a6{s=START}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:35 721 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-11-16 03:04:35 721 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - filled 0 HeapByteBuffer@7a58d064[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x16\x03\x03...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:35 721 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net filled=0 2021-11-16 03:04:35 721 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB1\xF2R"...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB1\xF2R"...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:35 721 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - SslConnection@46cee051{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7a74a6{s=START}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:35 721 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - >fill SslConnection@46cee051::SocketChannelEndPoint@904a56f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@46cee051{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7a74a6{s=START}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:35 721 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-11-16 03:04:35 721 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - filled 0 HeapByteBuffer@7a58d064[p=0,l=0,c=17408,r=0]={<<<>>>\x14\x03\x03\x00\x01\x01\x16\x03\x03...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:35 721 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - net filled=0 2021-11-16 03:04:35 721 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - unwrap net_filled=0 Status = BUFFER_UNDERFLOW HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 0 encryptedBuffer=[p=0,l=0,c=17408,r=0] unwrapBuffer=HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB1\xF2R"...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB1\xF2R"...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:35 721 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - SslConnection@46cee051{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=15/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7a74a6{s=START}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:35 721 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - HttpConnection@5dc04e5::DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=15/30000} filled 0 HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB1\xF2R"...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:35 721 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - HttpConnection@5dc04e5::DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=15/30000} parse HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB1\xF2R"...\x00\x00\x00\x00\x00\x00\x00} {} 2021-11-16 03:04:35 721 DEBUG [org.eclipse.jetty.http.HttpParser][dw-21] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB1\xF2R"...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:35 721 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - HttpConnection@5dc04e5::DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=15/30000} parsed false HttpParser{s=START,0 of -1} 2021-11-16 03:04:35 721 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@5dc04e5::DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=15/30000} 2021-11-16 03:04:35 721 DEBUG [org.eclipse.jetty.io.AbstractConnection][dw-21] invocationID:{InvocationID} - fillInterested HttpConnection@5dc04e5::DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=15/30000} 2021-11-16 03:04:35 721 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - interested FillInterest@a64ae80{AC.ReadCB@5dc04e5{HttpConnection@5dc04e5::DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=FI,flush=-,to=0/30000}}} 2021-11-16 03:04:35 721 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - >needFillInterest s=IDLE/IDLE uf=true ei=null di=null SslConnection@46cee051::SocketChannelEndPoint@904a56f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@46cee051{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7a74a6{s=START}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:35 721 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - SslConnection@46cee051{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7a74a6{s=START}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:35 721 DEBUG [org.eclipse.jetty.io.FillInterest][dw-21] invocationID:{InvocationID} - interested FillInterest@1d87da73{SSLC.NBReadCB@46cee051{SslConnection@46cee051::SocketChannelEndPoint@904a56f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@46cee051{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7a74a6{s=START}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-11-16 03:04:35 721 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-21] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@904a56f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@46cee051{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7a74a6{s=START}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:35 721 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005f3440@2c7a7dfa on ManagedSelector@55638165{STARTED} id=0 keys=1 selected=0 updates=0 2021-11-16 03:04:35 721 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-21] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@55638165{STARTED} id=0 keys=1 selected=0 updates=1 2021-11-16 03:04:35 721 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-21] invocationID:{InvocationID} - HttpConnection@5dc04e5::DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=FI,flush=-,to=0/30000} onFillable exit HttpChannelState@26579f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-11-16 03:04:35 721 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e woken with none selected 2021-11-16 03:04:35 721 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-21] invocationID:{InvocationID} - SslConnection@46cee051{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7a74a6{s=START}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:35 721 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e woken up from select, 0/0/1 selected 2021-11-16 03:04:35 721 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-21] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=1/1,p=0}@46a85618 size 1 > capacity 2021-11-16 03:04:35 721 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e processing 0 keys, 1 updates 2021-11-16 03:04:35 721 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-21] invocationID:{InvocationID} - ran ReservedThreadExecutor@f559c74{s=1/1,p=0}@46a85618 in InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@f559c74{s=1/1,p=0}] 2021-11-16 03:04:35 721 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updateable 1 2021-11-16 03:04:35 721 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005f3440@2c7a7dfa 2021-11-16 03:04:35 722 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@904a56f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@46cee051{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=FI,flush=-,to=0/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7a74a6{s=START}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:35 722 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - updates 0 2021-11-16 03:04:35 722 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e waiting with 1 keys 2021-11-16 03:04:35 722 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e woken up from select, 1/1/1 selected 2021-11-16 03:04:35 722 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e processing 1 keys, 0 updates 2021-11-16 03:04:35 722 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected local=/10.233.70.189:9101 remote=/10.233.70.43:60516], selector=sun.nio.ch.EPollSelectorImpl@17f7ae5e, interestOps=1, readyOps=1 SocketChannelEndPoint@904a56f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@46cee051{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7a74a6{s=START}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:35 722 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - onSelected 1->0 r=true w=false for SocketChannelEndPoint@904a56f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@46cee051{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7a74a6{s=START}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:35 722 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - task CEP:SocketChannelEndPoint@904a56f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@46cee051{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7a74a6{s=START}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING 2021-11-16 03:04:35 723 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=1/1,p=0} tryExecute EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@f559c74{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1796]@2021-11-16T03:04:35.723057Z 2021-11-16 03:04:35 723 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=0/1,p=0}@60e65a61 offer EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/PRODUCING/p=false/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=5,r=1,q=0}[ReservedThreadExecutor@f559c74{s=0/1,p=0}][pc=0,pic=0,pec=1,epc=1796]@2021-11-16T03:04:35.723137Z 2021-11-16 03:04:35 723 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-27] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=0/1,p=1} startReservedThread p=1 2021-11-16 03:04:35 723 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-27] invocationID:{InvocationID} - queue ReservedThreadExecutor@f559c74{s=0/1,p=1}@142674d6 startThread=0 2021-11-16 03:04:35 723 DEBUG [org.eclipse.jetty.util.thread.QueuedThreadPool][dw-28] invocationID:{InvocationID} - run ReservedThreadExecutor@f559c74{s=0/1,p=1}@142674d6 in InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@f559c74{s=0/1,p=1}] 2021-11-16 03:04:35 723 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-27] invocationID:{InvocationID} - EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@f559c74{s=0/1,p=1}][pc=0,pic=0,pec=1,epc=1796]@2021-11-16T03:04:35.723282Z m=EXECUTE_PRODUCE_CONSUME t=CEP:SocketChannelEndPoint@904a56f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@46cee051{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=FI,flush=-,to=1/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7a74a6{s=START}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}:runFillable:BLOCKING/BLOCKING 2021-11-16 03:04:35 723 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=1/1,p=1}@142674d6 started 2021-11-16 03:04:35 723 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-28] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=1/1,p=0}@142674d6 waiting 2021-11-16 03:04:35 723 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@1d87da73{SSLC.NBReadCB@46cee051{SslConnection@46cee051::SocketChannelEndPoint@904a56f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=FI,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@46cee051{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7a74a6{s=START}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0}}} 2021-11-16 03:04:35 723 DEBUG [org.eclipse.jetty.util.thread.ReservedThreadExecutor][dw-23] invocationID:{InvocationID} - ReservedThreadExecutor@f559c74{s=0/1,p=1}@60e65a61 task=EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@f559c74{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1797]@2021-11-16T03:04:35.723538Z 2021-11-16 03:04:35 723 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >c.onFillable SslConnection@46cee051::SocketChannelEndPoint@904a56f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=1/30000}{io=1/0,kio=1,kro=1}->SslConnection@46cee051{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7a74a6{s=START}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:35 723 DEBUG [org.eclipse.jetty.util.thread.strategy.EatWhatYouKill][dw-23] invocationID:{InvocationID} - EatWhatYouKill@2d9de284/SelectorProducer@278de2b2/IDLE/p=true/InstrumentedQueuedThreadPool[dw]@129c4d19{STARTED,8<=8<=1024,i=4,r=1,q=0}[ReservedThreadExecutor@f559c74{s=1/1,p=0}][pc=0,pic=0,pec=1,epc=1797]@2021-11-16T03:04:35.72364Z tryProduce true 2021-11-16 03:04:35 723 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updateable 0 2021-11-16 03:04:35 723 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - onFillable SslConnection@46cee051::SocketChannelEndPoint@904a56f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=2/30000}{io=1/0,kio=1,kro=1}->SslConnection@46cee051{NEED_UNWRAP,eio=-1/-1,di=-1,fill=INTERESTED,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=FI,flush=-,to=2/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7a74a6{s=START}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:35 723 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27] invocationID:{InvocationID} - fillable FillInterest@a64ae80{AC.ReadCB@5dc04e5{HttpConnection@5dc04e5::DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=FI,flush=-,to=2/30000}}} 2021-11-16 03:04:35 723 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updates 0 2021-11-16 03:04:35 723 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@5dc04e5::DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=2/30000} onFillable enter HttpChannelState@26579f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} null 2021-11-16 03:04:35 723 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - >fill SslConnection@46cee051::SocketChannelEndPoint@904a56f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@46cee051{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7a74a6{s=START}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:35 723 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - Key interests updated 1 -> 0 on SocketChannelEndPoint@904a56f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=2/30000}{io=0/0,kio=0,kro=1}->SslConnection@46cee051{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=2/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7a74a6{s=START}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:35 723 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NEED_UNWRAP 2021-11-16 03:04:35 724 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e waiting with 1 keys 2021-11-16 03:04:35 724 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 230 HeapByteBuffer@7a58d064[p=0,l=230,c=17408,r=230]={<<<\x17\x03\x03\x005\xEa\xA6\xCb\xDf\x04R\xF4\xAc\xFb\xBa\x14 \xD3\xBf\x95\xE4\xA9\xD6t\x11B\xAcx\r(L\x80IG>>>C\x13\x01\xBa\x06E(\xB29...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:35 724 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=230 2021-11-16 03:04:35 724 DEBUG [jdk.event.security][dw-27] invocationID:{InvocationID} - TLSHandshake: 10.233.70.43:60516, TLSv1.3, TLS_AES_128_GCM_SHA256, 0 2021-11-16 03:04:35 724 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - unwrap net_filled=230 Status = OK HandshakeStatus = FINISHED bytesConsumed = 58 bytesProduced = 0 encryptedBuffer=[p=58,l=230,c=17408,r=172] unwrapBuffer=HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB1\xF2R"...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3ad3619[p=0,l=0,c=17408,r=0]={<<<>>>\x17\x03\x03\x00#\xB1\xF2R"...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:35 724 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - handshake succeeded SslConnection@46cee051::SocketChannelEndPoint@904a56f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@46cee051{NOT_HANDSHAKING,eio=172/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7a74a6{s=START}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} resumed server TLSv1.3/TLS_AES_128_GCM_SHA256 2021-11-16 03:04:35 724 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - fill NOT_HANDSHAKING 2021-11-16 03:04:35 725 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27] invocationID:{InvocationID} - filled 0 HeapByteBuffer@7a58d064[p=58,l=230,c=17408,r=172]={\x17\x03\x03\x005\x14\x00\x00 ...G\xB9\x00P\xA4}5<<<\x17\x03\x03\x00\xA7\xF7\x87\x19,\x10\xBa\x8d\xB3d\xF9\xF0I=\x03\xD5\xD2\xA4\x04\x88\xDe...\xEa\xB2\xD9\x82z>\xD3\xBf\x95\xE4\xA9\xD6t\x11B\xAcx\r(L\x80IG>>>C\x13\x01\xBa\x06E(\xB29...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:35 725 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - net filled=0 2021-11-16 03:04:35 725 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - unwrap net_filled=0 Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 172 bytesProduced = 150 encryptedBuffer=[p=230,l=230,c=17408,r=0] unwrapBuffer=HeapByteBuffer@3ad3619[p=0,l=150,c=17408,r=150]={<< >>\xB9\x89&\r\xBb_\xDf\xA3\xAb...\x00\x00\x00\x00\x00\x00\x00} appBuffer=HeapByteBuffer@3ad3619[p=0,l=150,c=17408,r=150]={<< >>\xB9\x89&\r\xBb_\xDf\xA3\xAb...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:35 725 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27] invocationID:{InvocationID} - SslConnection@46cee051{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=3/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=START,0 of -1},g=HttpGenerator@6f7a74a6{s=START}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=0,c=false/false,a=IDLE,uri=null,age=0} 2021-11-16 03:04:35 725 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@5dc04e5::DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=3/30000} filled 150 HeapByteBuffer@3ad3619[p=0,l=150,c=17408,r=150]={<< >>\xB9\x89&\r\xBb_\xDf\xA3\xAb...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:35 725 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@5dc04e5::DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=3/30000} parse HeapByteBuffer@3ad3619[p=0,l=150,c=17408,r=150]={<< >>\xB9\x89&\r\xBb_\xDf\xA3\xAb...\x00\x00\x00\x00\x00\x00\x00} {} 2021-11-16 03:04:35 725 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - parseNext s=START HeapByteBuffer@3ad3619[p=0,l=150,c=17408,r=150]={<< >>\xB9\x89&\r\xBb_\xDf\xA3\xAb...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:35 725 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - START --> SPACE1 2021-11-16 03:04:35 725 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - SPACE1 --> URI 2021-11-16 03:04:35 725 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - URI --> SPACE2 2021-11-16 03:04:35 725 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - SPACE2 --> REQUEST_VERSION 2021-11-16 03:04:35 725 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - REQUEST_VERSION --> HEADER 2021-11-16 03:04:35 725 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Host --> VALUE 2021-11-16 03:04:35 725 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Host --> IN_VALUE 2021-11-16 03:04:35 725 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Host --> FIELD 2021-11-16 03:04:35 725 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:User-Agent --> VALUE 2021-11-16 03:04:35 725 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:User-Agent --> IN_VALUE 2021-11-16 03:04:35 725 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:User-Agent --> FIELD 2021-11-16 03:04:35 725 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> IN_VALUE 2021-11-16 03:04:35 725 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Accept-Encoding: gzip --> FIELD 2021-11-16 03:04:35 725 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Connection: close --> IN_VALUE 2021-11-16 03:04:35 725 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER:Connection: close --> FIELD 2021-11-16 03:04:35 725 DEBUG [org.eclipse.jetty.http.HttpParser][dw-27] invocationID:{InvocationID} - HEADER --> CONTENT 2021-11-16 03:04:35 725 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - REQUEST for //10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} GET //10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck HTTP/1.1 Host: 10.233.70.189:9101 User-Agent: kube-probe/1.19 Accept-Encoding: gzip Connection: close 2021-11-16 03:04:35 725 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - HttpConnection@5dc04e5::DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=4/30000} parsed true HttpParser{s=CONTENT,0 of -1} 2021-11-16 03:04:35 725 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27] invocationID:{InvocationID} - releaseRequestBuffer HttpConnection@5dc04e5::DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=4/30000} 2021-11-16 03:04:35 725 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - handle //10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=IDLE,uri=//10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=0} 2021-11-16 03:04:35 725 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - handling HttpChannelState@26579f57{s=IDLE rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0} 2021-11-16 03:04:35 726 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - action DISPATCH HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=//10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1} 2021-11-16 03:04:35 726 DEBUG [org.eclipse.jetty.server.SecureRequestCustomizer][dw-27] invocationID:{InvocationID} - Host 10.233.70.189 with SNI null 2021-11-16 03:04:35 726 DEBUG [org.eclipse.jetty.server.Server][dw-27] invocationID:{InvocationID} - REQUEST GET /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=HANDLING rs=BLOCKING os=OPEN is=IDLE awp=false se=false i=true al=0},r=1,c=false/false,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=1} 2021-11-16 03:04:35 726 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-27] invocationID:{InvocationID} - GzipHandler@4b28a7bf{STARTED,min=256,inflate=8192} handle Request(GET https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck)@44b60aa7 in null 2021-11-16 03:04:35 726 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-27] invocationID:{InvocationID} - scope null||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@fb6097b{/,null,AVAILABLE} 2021-11-16 03:04:35 726 DEBUG [org.eclipse.jetty.server.handler.ContextHandler][dw-27] invocationID:{InvocationID} - context=||/api/holmes-rule-mgmt/v1/healthcheck @ i.d.j.MutableServletContextHandler@fb6097b{/,null,AVAILABLE} 2021-11-16 03:04:35 726 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27] invocationID:{InvocationID} - servlet |/api/holmes-rule-mgmt/v1|/healthcheck -> io.dropwizard.jersey.setup.JerseyServletContainer-5763a655@9187ac12==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-11-16 03:04:35 726 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27] invocationID:{InvocationID} - chain=customFilter@2d130ac4==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true->io.dropwizard.jersey.filter.AllowedMethodsFilter-3a40bb52@3a40bb52==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true->io.dropwizard.servlets.ThreadNameFilter-17ec335a@17ec335a==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true->io.dropwizard.jersey.setup.JerseyServletContainer-5763a655@9187ac12==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-11-16 03:04:35 726 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27] invocationID:{InvocationID} - call filter customFilter@2d130ac4==org.onap.holmes.common.utils.transactionid.TransactionIdFilter,inst=true,async=true 2021-11-16 03:04:35 726 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - Entering. 2021-11-16 03:04:35 726 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - This warning has a 'MY_MARKER' annotation. 2021-11-16 03:04:35 726 INFO [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - Request ID (X-TransactionID header) not exist. It was generated: 03b8479b-9cef-4b97-a97f-dcf229956d77 2021-11-16 03:04:35 726 WARN [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - Invoking synchronously ... 2021-11-16 03:04:35 726 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27] invocationID:{InvocationID} - call filter io.dropwizard.jersey.filter.AllowedMethodsFilter-3a40bb52@3a40bb52==io.dropwizard.jersey.filter.AllowedMethodsFilter,inst=true,async=true 2021-11-16 03:04:35 726 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27] invocationID:{InvocationID} - call filter io.dropwizard.servlets.ThreadNameFilter-17ec335a@17ec335a==io.dropwizard.servlets.ThreadNameFilter,inst=true,async=true 2021-11-16 03:04:35 727 DEBUG [org.eclipse.jetty.servlet.ServletHandler][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - call servlet io.dropwizard.jersey.setup.JerseyServletContainer-5763a655@9187ac12==io.dropwizard.jersey.setup.JerseyServletContainer,jsp=null,order=1,inst=true,async=true 2021-11-16 03:04:35 727 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHandler][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - GzipHandler@4b28a7bf{STARTED,min=256,inflate=8192} excluded minGzipSize Request(GET https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck)@44b60aa7 2021-11-16 03:04:35 728 DEBUG [org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - org.eclipse.jetty.server.handler.gzip.GzipHttpOutputInterceptor@e3461c2 exclude no deflater 2021-11-16 03:04:35 728 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - sendResponse info=null content=HeapByteBuffer@52a68925[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@7501c763{null} 2021-11-16 03:04:35 728 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - COMMIT for /api/holmes-rule-mgmt/v1/healthcheck on HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 200 OK HTTP/1.1 Connection: close Date: Tue, 16 Nov 2021 03:04:35 GMT X-TransactionID: 03b8479b-9cef-4b97-a97f-dcf229956d77 X-InvocationID: 49fe6b08-9de6-428f-bd6c-33bb81e76f97 Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2021-11-16 03:04:35 728 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: NEED_HEADER for org.eclipse.jetty.server.HttpConnection$SendCallback@1161856[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2c0143c7] (null,[p=0,l=4,c=8192,r=4],true)@START 2021-11-16 03:04:35 728 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generateHeaders HTTP/1.1{s=200,h=7,cl=4} last=true content=HeapByteBuffer@52a68925[p=0,l=4,c=8192,r=4]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:35 728 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Connection: close Date: Tue, 16 Nov 2021 03:04:35 GMT X-TransactionID: 03b8479b-9cef-4b97-a97f-dcf229956d77 X-InvocationID: 49fe6b08-9de6-428f-bd6c-33bb81e76f97 Content-Length: 4 Content-Type: text/plain Vary: Accept-Encoding 2021-11-16 03:04:35 728 DEBUG [org.eclipse.jetty.http.HttpGenerator][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - EOF_CONTENT 2021-11-16 03:04:35 728 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: FLUSH for org.eclipse.jetty.server.HttpConnection$SendCallback@1161856[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2c0143c7] ([p=0,l=252,c=8192,r=252],[p=0,l=4,c=8192,r=4],true)@COMPLETING 2021-11-16 03:04:35 728 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - write: WriteFlusher@4a8818c3{IDLE}->null [HeapByteBuffer@72fc381d[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@52a68925[p=0,l=4,c=8192,r=4]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00}] 2021-11-16 03:04:35 728 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@4a8818c3{WRITING}->null:IDLE-->WRITING 2021-11-16 03:04:35 728 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@46cee051::SocketChannelEndPoint@904a56f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=4/30000}{io=0/0,kio=0,kro=1}->SslConnection@46cee051{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=W,to=7/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f7a74a6{s=COMPLETING}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=3} 2021-11-16 03:04:35 729 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@72fc381d[p=0,l=252,c=8192,r=252]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:35 729 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[1]=HeapByteBuffer@52a68925[p=0,l=4,c=8192,r=4]={<< >>\x00\x00\x00\x00\x00\x00\x00\x00\x00...\x00\x00\x00\x00\x00\x00\x00} 2021-11-16 03:04:35 729 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NOT_HANDSHAKING 2021-11-16 03:04:35 729 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = OK HandshakeStatus = NOT_HANDSHAKING bytesConsumed = 256 bytesProduced = 294 sequenceNumber = 0 [p=0,l=294,c=17408,r=294] ioDone=false/false 2021-11-16 03:04:35 729 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 294 SocketChannelEndPoint@904a56f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=5/30000}{io=0/0,kio=0,kro=1}->SslConnection@46cee051{NOT_HANDSHAKING,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=W,to=8/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f7a74a6{s=COMPLETING}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-11-16 03:04:35 729 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2021-11-16 03:04:35 729 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@46cee051{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=W,to=8/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f7a74a6{s=COMPLETING}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=HANDLING rs=BLOCKING os=COMMITTED is=IDLE awp=false se=false i=true al=1},r=1,c=false/false,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=4} 2021-11-16 03:04:35 729 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Flushed=true written=256 remaining=0 WriteFlusher@4a8818c3{WRITING}->null 2021-11-16 03:04:35 729 DEBUG [org.eclipse.jetty.io.WriteFlusher][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - update WriteFlusher@4a8818c3{IDLE}->null:WRITING-->IDLE 2021-11-16 03:04:35 729 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: SHUTDOWN_OUT for org.eclipse.jetty.server.HttpConnection$SendCallback@1161856[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2c0143c7] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2021-11-16 03:04:35 730 DEBUG [org.eclipse.jetty.server.HttpConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - generate: DONE for org.eclipse.jetty.server.HttpConnection$SendCallback@1161856[PROCESSING][i=HTTP/1.1{s=200,h=7,cl=4},cb=org.eclipse.jetty.server.HttpChannel$SendCallback@2c0143c7] ([p=252,l=252,c=8192,r=0],[p=4,l=4,c=8192,r=0],true)@END 2021-11-16 03:04:35 730 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=8/30000} 2021-11-16 03:04:35 730 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput: SslConnection@46cee051::SocketChannelEndPoint@904a56f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@46cee051{NOT_HANDSHAKING,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OSHUTTING,fill=-,flush=-,to=8/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f7a74a6{s=END}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} oshut=false, ishut=false 2021-11-16 03:04:35 730 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - >flush SslConnection@46cee051::SocketChannelEndPoint@904a56f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@46cee051{NEED_WRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OSHUTTING,fill=-,flush=-,to=9/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f7a74a6{s=END}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=5} 2021-11-16 03:04:35 730 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush b[0]=HeapByteBuffer@526e7a59[p=0,l=0,c=0,r=0]={<<<>>>} 2021-11-16 03:04:35 730 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flush NEED_WRAP 2021-11-16 03:04:35 730 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - wrap Status = CLOSED HandshakeStatus = NEED_UNWRAP bytesConsumed = 0 bytesProduced = 40 sequenceNumber = 1 [p=0,l=40,c=17408,r=40] ioDone=false/true 2021-11-16 03:04:35 731 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - flushed 40 SocketChannelEndPoint@904a56f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=1/30000}{io=0/0,kio=0,kro=1}->SslConnection@46cee051{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OSHUTTING,fill=-,flush=-,to=9/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f7a74a6{s=END}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2021-11-16 03:04:35 731 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - net flushed=true, ac=true 2021-11-16 03:04:35 731 DEBUG [org.eclipse.jetty.io.AbstractEndPoint][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - shutdownOutput SocketChannelEndPoint@904a56f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OPEN,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@46cee051{NEED_UNWRAP,eio=-1/0,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OSHUTTING,fill=-,flush=-,to=9/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f7a74a6{s=END}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2021-11-16 03:04:35 731 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - SslConnection@46cee051{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OSHUTTING,fill=-,flush=-,to=10/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f7a74a6{s=END}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2021-11-16 03:04:35 731 DEBUG [org.eclipse.jetty.io.ssl.SslConnection][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - ensureFillInterested SslConnection@46cee051::SocketChannelEndPoint@904a56f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OSHUT,fill=-,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@46cee051{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OSHUTTING,fill=-,flush=-,to=10/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f7a74a6{s=END}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6} 2021-11-16 03:04:35 731 DEBUG [org.eclipse.jetty.io.FillInterest][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - interested FillInterest@1d87da73{SSLC.NBReadCB@46cee051{SslConnection@46cee051::SocketChannelEndPoint@904a56f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/0,kio=0,kro=1}->SslConnection@46cee051{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OSHUTTING,fill=-,flush=-,to=10/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f7a74a6{s=END}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=6}}} 2021-11-16 03:04:35 732 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - changeInterests p=false 0->1 for SocketChannelEndPoint@904a56f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OSHUT,fill=FI,flush=-,to=0/30000}{io=0/1,kio=0,kro=1}->SslConnection@46cee051{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OSHUTTING,fill=-,flush=-,to=10/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f7a74a6{s=END}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7} 2021-11-16 03:04:35 732 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Queued change lazy=false org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005f3440@2c7a7dfa on ManagedSelector@55638165{STARTED} id=0 keys=1 selected=0 updates=0 2021-11-16 03:04:35 732 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - Wakeup on submit ManagedSelector@55638165{STARTED} id=0 keys=1 selected=0 updates=1 2021-11-16 03:04:35 732 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e woken with none selected 2021-11-16 03:04:35 732 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e woken up from select, 0/0/1 selected 2021-11-16 03:04:35 732 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e processing 0 keys, 1 updates 2021-11-16 03:04:35 732 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updateable 1 2021-11-16 03:04:35 732 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - update org.eclipse.jetty.io.ChannelEndPoint$$Lambda$504/0x00000001005f3440@2c7a7dfa 2021-11-16 03:04:35 732 TRACE [org.glassfish.jersey.inject.hk2.Hk2RequestScope$Instance][dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck] invocationID:{InvocationID} - [DEBUG] Released scope instance Instance{id=557bb526-e9c7-4f48-aa0a-caedf4871f09, referenceCounter=0, store size=0} on thread dw-27 - GET /api/holmes-rule-mgmt/v1/healthcheck 2021-11-16 03:04:35 732 DEBUG [org.onap.holmes.common.utils.transactionid.TransactionIdFilter][dw-27] invocationID:{InvocationID} - Exiting. 2021-11-16 03:04:35 732 DEBUG [org.eclipse.jetty.io.ChannelEndPoint][dw-23] invocationID:{InvocationID} - Key interests updated 0 -> 1 on SocketChannelEndPoint@904a56f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OSHUT,fill=FI,flush=-,to=0/30000}{io=1/1,kio=1,kro=1}->SslConnection@46cee051{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OSHUT,fill=-,flush=-,to=11/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f7a74a6{s=END}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7} 2021-11-16 03:04:35 732 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - updates 0 2021-11-16 03:04:35 732 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e waiting with 1 keys 2021-11-16 03:04:35 732 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e woken up from select, 1/1/1 selected 2021-11-16 03:04:35 732 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - Selector sun.nio.ch.EPollSelectorImpl@17f7ae5e processing 1 keys, 0 updates 2021-11-16 03:04:35 732 DEBUG [org.eclipse.jetty.server.Server][dw-27] invocationID:{InvocationID} - handled=true async=false committed=true on HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7} 2021-11-16 03:04:35 732 DEBUG [org.eclipse.jetty.io.ManagedSelector][dw-23] invocationID:{InvocationID} - selected 1 channel=java.nio.channels.SocketChannel[connected oshut local=/10.233.70.189:9101 remote=/10.233.70.43:60516], selector=sun.nio.ch.EPollSelectorImpl@17f7ae5e, interestOps=1, readyOps=1 SocketChannelEndPoint@904a56f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OSHUT,fill=FI,flush=-,to=1/30000}{io=1/1,kio=1,kro=1}->SslConnection@46cee051{NEED_UNWRAP,eio=-1/-1,di=-1,fill=IDLE,flush=IDLE}~>DecryptedEndPoint@a54792f{l=/10.233.70.189:9101,r=/10.233.70.43:60516,OSHUT,fill=-,flush=-,to=11/30000}=>HttpConnection@5dc04e5[p=HttpParser{s=CONTENT,0 of -1},g=HttpGenerator@6f7a74a6{s=END}]=>HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1},r=1,c=false/true,a=HANDLING,uri=https://10.233.70.189:9101/api/holmes-rule-mgmt/v1/healthcheck,age=7} 2021-11-16 03:04:35 732 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - unhandle HttpChannelState@26579f57{s=HANDLING rs=BLOCKING os=COMPLETED is=IDLE awp=false se=false i=true al=1} 2021-11-16 03:04:35 732 DEBUG [org.eclipse.jetty.server.HttpChannelState][dw-27] invocationID:{InvocationID} - nextAction(false) COMPLETE HttpChannelState@26579f57{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1} 2021-11-16 03:04:35 732 DEBUG [org.eclipse.jetty.server.HttpChannel][dw-27] invocationID:{InvocationID} - action COMPLETE HttpChannelOverHttp@6777d169{s=HttpChannelState@26579f57{s=HANDLING rs=COMPLETING os=COMPLETED is=IDLE awp=false se=false i=false al=1},r=1,c=fals