[jbosstools-issues] [JBoss JIRA] (JBIDE-24831) Race condition between launching minishift and adding debug listener

Rob Stryker (JIRA) issues at jboss.org
Fri Aug 11 16:56:00 EDT 2017


     [ https://issues.jboss.org/browse/JBIDE-24831?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rob Stryker resolved JBIDE-24831.
---------------------------------
    Resolution: Done


pushed to master

> Race condition between launching minishift and adding debug listener
> --------------------------------------------------------------------
>
>                 Key: JBIDE-24831
>                 URL: https://issues.jboss.org/browse/JBIDE-24831
>             Project: Tools (JBoss Tools)
>          Issue Type: Bug
>          Components: cdk
>    Affects Versions: 4.5.0.Final
>            Reporter: Rob Stryker
>            Assignee: Rob Stryker
>             Fix For: 4.5.1.AM1
>
>
> The current code does the following:
>   1) Launch the process
>   2) Then add the debugListener to o.e.debug
> This is problematic. If the process ends very quickly,. our listener will never get alerted that the process terminated, and so the server will be stuck at 'starting'. 
> Solution is to add the debugListener BEFORE launching the process. 



--
This message was sent by Atlassian JIRA
(v7.2.3#72005)


More information about the jbosstools-issues mailing list