You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Maksim Timonin (Jira)" <ji...@apache.org> on 2021/02/21 15:35:00 UTC

[jira] [Created] (IGNITE-14219) stopAllGrids does not wait for IgniteProcessProxy stop.

Maksim Timonin created IGNITE-14219:
---------------------------------------

             Summary: stopAllGrids does not wait for IgniteProcessProxy stop.
                 Key: IGNITE-14219
                 URL: https://issues.apache.org/jira/browse/IGNITE-14219
             Project: Ignite
          Issue Type: Bug
            Reporter: Maksim Timonin
            Assignee: Maksim Timonin


stopAllGrids does not wait for subprocess stops. In case of running grids in subprocess (IgniteProcessProxy). It just wait for "kill -9" command, but it's performed async. So subprocess with grid may be running for more time and interfere with other tests.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)