GitHub user revans2 opened a pull request:

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

    STORM-2876: Work around memory leak, and try to speed up tests

    The actual fix is just the changes in storm-hdfs/pom.xml  But this added 1 
min to the build time on a decently powerful box.  So to combat that I made as 
many of the test run in parallel.  Some of the tests didn't work well in this 
mode, so I disabled the parallelism for storm-hive, storm-kafka-client, and 
integration-test.  Storm-hdfs and storm-hive have some issues with where data 
is stored, and we could probably make it work with the right settings.  
storm-kafka-client mostly works, but occasionally I would see a test hang and I 
didn't have time to debug it.

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

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

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

    https://github.com/apache/storm/pull/2500.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 #2500
    
----
commit 19878bdb05e5eca4bf47012039243bbf9d14ec81
Author: Robert (Bobby) Evans <evans@...>
Date:   2018-01-03T20:35:04Z

    STORM-2876: Work around memory leak, and try to speed up tests

----


---

Reply via email to