You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Vladimir Steshin (Jira)" <ji...@apache.org> on 2021/01/29 10:36:00 UTC

[jira] [Comment Edited] (IGNITE-14095) Try to fasten cluster start in the ducktests with decreasing 'spi.reconnectDelay'

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

Vladimir Steshin edited comment on IGNITE-14095 at 1/29/21, 10:35 AM:
----------------------------------------------------------------------

Typical timers to clean and start cluster of 44 nodes on the Discovery ducktape test [1]: 110-129s:

'Ignite cluster start time (s)': 129.5
'Ignite cluster start time (s)': 112.2
'Ignite cluster start time (s)': 128.6
'Ignite cluster start time (s)': 112.0
'Ignite cluster start time (s)': 129.1
'Ignite cluster start time (s)': 127.8

With this PR: 
<property name="reconnectDelay" value="160"/>

it shows same results:

'Ignite cluster start time (s)': 128.0
'Ignite cluster start time (s)': 111.8
'Ignite cluster start time (s)': 127.7
'Ignite cluster start time (s)': 110.6
'Ignite cluster start time (s)': 128.3




[1] https://github.com/apache/ignite/blob/ignite-ducktape/modules/ducktests/tests/ignitetest/tests/discovery_test.py




was (Author: vladsz83):
Typical timers to clean and start cluster of 44 nodes on the Discovery ducktape test [1]: 110-129s:

'Ignite cluster start time (s)': 129.5
'Ignite cluster start time (s)': 112.2
'Ignite cluster start time (s)': 128.6
'Ignite cluster start time (s)': 112.0
'Ignite cluster start time (s)': 129.1
'Ignite cluster start time (s)': 127.8

With this PR: 
<property name="reconnectDelay" value="160"/>

it shows same results:

'Ignite cluster start time (s)': 128.0
'Ignite cluster start time (s)': 111.8
'Ignite cluster start time (s)': 127.7
'Ignite cluster start time (s)': 110.6
'Ignite cluster start time (s)': 128.3


[1] https://github.com/apache/ignite/blob/ignite-ducktape/modules/ducktests/tests/ignitetest/tests/discovery_test.py



> Try to fasten cluster start in the ducktests with decreasing 'spi.reconnectDelay'
> ---------------------------------------------------------------------------------
>
>                 Key: IGNITE-14095
>                 URL: https://issues.apache.org/jira/browse/IGNITE-14095
>             Project: Ignite
>          Issue Type: Improvement
>            Reporter: Vladimir Steshin
>            Assignee: Vladimir Steshin
>            Priority: Minor
>         Attachments: session_log_ignite_14095_pr8722.info, session_log_standard.info
>
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> Try to speed up cluster start ath the ducktests with decreasing TcpDiscoverySpi.reconnectDelay



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