You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Fedor Malchikov (Jira)" <ji...@apache.org> on 2020/12/31 10:43:00 UTC

[jira] [Created] (IGNITE-13946) [windows] node list loses running nodes.

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)