ihuzenko opened a new pull request #2031: DRILL-7650: Add option to enable Jetty's dump for troubleshooting URL: https://github.com/apache/drill/pull/2031 # [DRILL-7650](https://issues.apache.org/jira/browse/DRILL-7650): Add option to enable Jetty's dump for troubleshooting ## Description Jetty server implements a useful tool for dumping the current state of the server, but in Drill, it's not possible to use it without code changes. This ticket aims to add option drill.exec.http.jetty.server.dumpAfterStart in Apache Drill. Another change is to remove the redundant setProtocol(protocol) method call on sslContextFactory instance. ## Documentation Set drill.exec.http.jetty.server.dumpAfterStart to true if you want to check server state in logs. ## Testing Checked manually.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
