You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Denis Magda (JIRA)" <ji...@apache.org> on 2016/01/14 12:44:39 UTC

[jira] [Created] (IGNITE-2377) Docker image run on Mac OS hangs

Denis Magda created IGNITE-2377:
-----------------------------------

             Summary: Docker image run on Mac OS hangs
                 Key: IGNITE-2377
                 URL: https://issues.apache.org/jira/browse/IGNITE-2377
             Project: Ignite
          Issue Type: Wish
    Affects Versions: ignite-1.4
            Reporter: Denis Magda
             Fix For: 1.6


Docker hangs at the point when {{CommandLineRandomNumberGenerator}} is being executed. The reason is that the current and previous Docker version has some bug that can be overcame if to put {{System.exit(0)}} at the end of {{main(...)}} function.

More investigation details and steps to reproduce can be found here:
http://stackoverflow.com/questions/34661934/ignite-running-in-docker-is-general-java-docker-issue

It makes sense to add {{System.exit(0)}} to all our classes that are executed by {{ignite.bat}} or {{ignite.sh}} because it's not harmful in any case.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)