GitHub user srdo opened a pull request:

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

    STORM-1756: Explicitly null KafkaServer reference in KafkaTestBroker …

    …to prevent out of memory on large test classes.
    
    I'm not clear on whether JUnit keeps the reference for the lifetime of the 
module test, or whether they're released after all tests in a class have run. 
Either way, a test class with a KafkaTestBroker field and many tests would 
likely still run out of memory.

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

    $ git pull https://github.com/srdo/storm STORM-1756

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

    https://github.com/apache/storm/pull/1387.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 #1387
    
----
commit 0f760c20f2a5d1376d20f1dcb259bdb000cc1d35
Author: Stig Rohde Døssing <[email protected]>
Date:   2016-05-02T13:07:07Z

    STORM-1756: Explicitly null KafkaServer reference in KafkaTestBroker to 
prevent out of memory on large test classes

----


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to