You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "ASF GitHub Bot (JIRA)" <ji...@apache.org> on 2018/09/12 15:51:00 UTC

[jira] [Commented] (IGNITE-8855) Client nodes make a lot of attempts to join topology if EXCHANGE_HISTORY is significantly smaller than number of clients

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

ASF GitHub Bot commented on IGNITE-8855:
----------------------------------------

GitHub user ibessonov opened a pull request:

    https://github.com/apache/ignite/pull/4739

    IGNITE-8855 Client nodes make a lot of attempts to join topology if EXCHANGE_HISTORY is significantly smaller than number of clients

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/gridgain/apache-ignite ignite-8855

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/ignite/pull/4739.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #4739
    
----
commit 74226e273730c2264ae93b9196399626fe040e52
Author: ibessonov <be...@...>
Date:   2018-09-12T15:49:17Z

    IGNITE-8855 Added exponential delay before reconnection that was caused by small EXCHANGE_HISTORY

----


> Client nodes make a lot of attempts to join topology if EXCHANGE_HISTORY is significantly smaller than number of clients
> ------------------------------------------------------------------------------------------------------------------------
>
>                 Key: IGNITE-8855
>                 URL: https://issues.apache.org/jira/browse/IGNITE-8855
>             Project: Ignite
>          Issue Type: Bug
>            Reporter: Sergey Chugunov
>            Assignee: Ivan Bessonov
>            Priority: Major
>
> After fixing client nodes hangs in IGNITE-8657 another issue was found out: when EXCHANGE_HISTORY is significantly smaller than number of clients they interfere with each other on initial exchange and make reconnect attempts over and over again.
> To avoid this random delay (maybe exponential) should be added for clients before making new reconnect attempt.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)