GitHub user ilooner opened a pull request:

    https://github.com/apache/drill/pull/1118

    DRILL-6144: Increase direct memory for unit tests

    Travis builds have been hanging as well as unit tests on our Jenkins 
server. It is not clear what the underlying cause is but increasing direct 
memory resolves the issue. 
    
    One possible root cause is that unit tests do leak direct memory by 
creating allocators which allocate memory and are then never closed. It will 
take a while to find a true fix for the issue and resolve it, so to unblock our 
work for now I would like to increase direct memory available for the build.

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

    $ git pull https://github.com/ilooner/drill DRILL-6144

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

    https://github.com/apache/drill/pull/1118.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 #1118
    
----
commit 3c85f1dd5062cefc9e10fcbf6babeec5aa2dac8f
Author: Timothy Farkas <timothyfarkas@...>
Date:   2018-02-08T22:03:41Z

    DRILL-6144: Increase direct memory for unit tests on Travis and build 
servers to prevent unit tests from hanging.

----


---

Reply via email to