You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Ksenia Rybakova (JIRA)" <ji...@apache.org> on 2017/01/26 11:34:24 UTC

[jira] [Created] (IGNITE-4616) Yardstick makes wrong restarts when several servers are at the same host

Ksenia Rybakova created IGNITE-4616:
---------------------------------------

             Summary: Yardstick makes wrong restarts when several servers are at the same host
                 Key: IGNITE-4616
                 URL: https://issues.apache.org/jira/browse/IGNITE-4616
             Project: Ignite
          Issue Type: Bug
          Components: yardstick
    Affects Versions: 1.8
            Reporter: Ksenia Rybakova


During failover test yardstick makes wrong restarts when several servers are at the same host and first digits of their ids match (1 and 12,13,etc.; 2 and 27,22,etc.; 7 and 70,74,etc.)
For instance, we have the following RESTART_SERVERS option:
{noformat}
hostA:1:600:1200:6000,hostB:2:900:1200:6000,hostA:11:1200:1200:6000,hostB:12:1500:1200:6000,hostA:20:1800:1200:6000,hostB:21:2100:1200:6000
{noformat}
During server id1 restart at hostA server id11 also will be restarted, server id12 won't be restarted since it's at another host.
During server id2 restart  at hostB server id21 will be restarted as well while server id20 won't.






--
This message was sent by Atlassian JIRA
(v6.3.4#6332)