You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Oleg Ostanin (JIRA)" <ji...@apache.org> on 2018/10/02 07:55:00 UTC

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

    [ https://issues.apache.org/jira/browse/IGNITE-4616?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16635117#comment-16635117 ] 

Oleg Ostanin commented on IGNITE-4616:
--------------------------------------

[~ustas] Please check fixed scripts in [https://github.com/gridgain/yardstick/tree/ignite-4616-c] branch.

> 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
>            Assignee: Oleg Ostanin
>            Priority: Major
>
> 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 will also 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
(v7.6.3#76005)