GitHub user revans2 opened a pull request:

    https://github.com/apache/storm/pull/1800

    STORM-2217: Make DRPC pure java 

    This sets up some things for using Jersey for the UI, logviewer, and DRPC.  
It is not perfect and will probably need some clean up over time as we try to 
pull in UI and logviewer changes.
    
    It divides up some of the functionality in DRPC so we could pull DRPC 
server and the webapp pieces into a separate module to separate out the 
classpaths.  I have not shaded Jersey because of this, but am happy to try if 
people want me to.
    
    I rewrote a lot of the core DRPC functionality so that when we do go to a 
newer version of jetty that supports async we can make DRPC much more scaleable.
    
    I would love feedback on what I have done 

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

    $ git pull https://github.com/revans2/incubator-storm STORM-2217

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

    https://github.com/apache/storm/pull/1800.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 #1800
    
----
commit ba2455da6353ecde84a66a91b1d5175d1922d4fb
Author: Robert (Bobby) Evans <ev...@yahoo-inc.com>
Date:   2016-11-24T20:43:31Z

    STORM-2217: Make DRPC pure java with Jersy and prepare for separating 
classpaths.

----


---
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 infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to