You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by tmgstevens <gi...@git.apache.org> on 2017/08/24 20:43:46 UTC

[GitHub] flume pull request #158: FLUME-2698 Upgrade Jetty Version

GitHub user tmgstevens opened a pull request:

    https://github.com/apache/flume/pull/158

    FLUME-2698 Upgrade Jetty Version

    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.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/tmgstevens/flume FLUME-2698

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/flume/pull/158.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #158
    
----
commit d849f5ab2db104e21d87795822d6d90bfedd3509
Author: Tristan Stevens <tr...@cloudera.com>
Date:   2016-04-05T08:33:43Z

    Merge remote-tracking branch 'apache/trunk' into trunk

commit 4c76b1709e92983c0b8b0c87a52363f78b75e1fa
Author: Tristan Stevens <tr...@cloudera.com>
Date:   2016-04-25T15:46:10Z

    Merge remote-tracking branch 'apache/trunk' into trunk

commit 1bb7b9acda688beecff83fd6a41ced083ba4506f
Author: Tristan Stevens <tr...@cloudera.com>
Date:   2017-01-23T21:19:35Z

    Merge remote-tracking branch 'apache/trunk' into trunk

commit 1709f9205a27c739d77bdfc4e036b40751ab92da
Author: Tristan Stevens <tr...@cloudera.com>
Date:   2017-08-24T16:50:50Z

    Merge remote-tracking branch 'apache/trunk' into trunk

commit 5a06baa6029d3af0f4668f0361f4818d1c919460
Author: Tristan Stevens <tr...@cloudera.com>
Date:   2017-08-24T16:51:22Z

    Merge remote-tracking branch 'apache/trunk' into trunk

commit 33d8324129e8e15b8d84fc2fd0f2576d480b9142
Author: Tristan Stevens <tr...@cloudera.com>
Date:   2017-08-24T16:59:08Z

    Jetty 9.4 migration

commit e407dedd2d13e39b13a3d95d8b95498634f84c6e
Author: Tristan Stevens <tr...@cloudera.com>
Date:   2017-08-24T17:30:58Z

    Further updates following review

commit b942a977af916bfa13733748e33df366b5e92b17
Author: Tristan Stevens <tr...@cloudera.com>
Date:   2017-08-24T20:26:44Z

    Merge remote-tracking branch 'apache/trunk' into FLUME-2698

commit 3cb2f66a3918d7af16baee32bec3a5d20c2446ee
Author: Tristan Stevens <tr...@cloudera.com>
Date:   2017-08-24T20:27:13Z

    Checkstyle failure

----


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] flume pull request #158: FLUME-2698 Upgrade Jetty Version

Posted by asfgit <gi...@git.apache.org>.
Github user asfgit closed the pull request at:

    https://github.com/apache/flume/pull/158


---