Fedor Malchikov created IGNITE-13946: -----------------------------------------
Summary: [windows] node list loses running nodes. Key: IGNITE-13946 URL: https://issues.apache.org/jira/browse/IGNITE-13946 Project: Ignite Issue Type: Bug Reporter: Fedor Malchikov ! warning = this problem is reproduced for me only on Windows and only when using different terminals (cmd\ps) at the same time. STR in simple, just start\stop nodes from different terminals by same cli, and in some moment one of terminal start loosing nodes: {code:java} C:\pub_share>dir C:\Users\justp\ignite\work\cli\pids 31.12.2020 12:58 5 111_1609408711982.pid 31.12.2020 13:02 4 1_1609408929457.pid 2 файлов 9 байт 2 папок 257 117 077 504 байт свободно C:\pub_share>ignite.exe node list Currently, there are 1 locally running nodes. +---------------+-------+------------------------------------+ | Consistent ID | PID | Log File | +---------------+-------+------------------------------------+ | 111 | 12488 | C:\Users\justp\ignite\work\111.log | +---------------+-------+------------------------------------+ {code} same time in ps: {code:java} PS C:\pub_share> .\ignite.exe node list Currently, there are 2 locally running nodes. +---------------+-------+------------------------------------+ | Consistent ID | PID | Log File | +---------------+-------+------------------------------------+ | 111 | 12488 | C:\Users\justp\ignite\work\111.log | +---------------+-------+------------------------------------+ | 1 | 8468 | C:\Users\justp\ignite\work\1.log | +---------------+-------+------------------------------------+ {code} most interesting thing that node 1 was started in cmd and cmd loose it... -- This message was sent by Atlassian Jira (v8.3.4#803005)