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-issueIt 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)