----------------------------------------------------------- This is an automatically generated e-mail. To reply, visit: https://reviews.apache.org/r/52955/ -----------------------------------------------------------
(Updated July 17, 2017, 7:06 p.m.) Review request for Flume. Changes ------- Change description and update following comments. Repository: flume-git Description (updated) ------- This patch upgrades the HTTPSource and HTTP Metrics server to Jetty 9.4. It also adds the ability to further configure the Jetty server and also run in multi-threaded mode. Finally, registered Jetty with the MBeans server to allow fine-grained performance tuning/monitoring if required. Diffs (updated) ----- flume-ng-core/pom.xml 2262d94f flume-ng-core/src/main/java/org/apache/flume/instrumentation/http/HTTPMetricsServer.java 921a1f74 flume-ng-core/src/main/java/org/apache/flume/source/http/HTTPSource.java 38bdfda6 flume-ng-core/src/main/java/org/apache/flume/source/http/HTTPSourceConfigurationConstants.java 86caf7d7 flume-ng-core/src/main/java/org/apache/flume/tools/FlumeBeanConfigurator.java PRE-CREATION flume-ng-core/src/main/java/org/apache/flume/tools/HTTPServerConstraintUtil.java 479cfc46 flume-ng-core/src/main/java/org/apache/flume/tools/ImmutablePair.java PRE-CREATION flume-ng-core/src/test/java/org/apache/flume/instrumentation/http/TestHTTPMetricsServer.java 09d419f4 flume-ng-core/src/test/java/org/apache/flume/source/http/FlumeHttpServletRequestWrapper.java 475d92fe flume-ng-core/src/test/java/org/apache/flume/source/http/TestBLOBHandler.java f770d511 flume-ng-core/src/test/java/org/apache/flume/source/http/TestHTTPSource.java 3ad82829 flume-ng-doc/sphinx/FlumeUserGuide.rst 209db481 flume-ng-legacy-sources/flume-avro-source/pom.xml 7cecde22 flume-ng-legacy-sources/flume-thrift-source/pom.xml 1ceeb5b5 flume-ng-sources/flume-scribe-source/pom.xml 73641dfd pom.xml 5730db0c Diff: https://reviews.apache.org/r/52955/diff/4/ Changes: https://reviews.apache.org/r/52955/diff/3-4/ Testing ------- Passes existing unit tests, added specific tests for configurability aspects and also for JMX monitoring. File Attachments (updated) ---------------- FLUME-2698-4.patch https://reviews.apache.org/media/uploaded/files/2017/07/17/b0a55da7-1b6a-4ae1-aea5-d6efa7a43c69__FLUME-2698-4.patch Thanks, Tristan Stevens