You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Sergey Chugunov (JIRA)" <ji...@apache.org> on 2018/07/24 13:58:00 UTC

[jira] [Created] (IGNITE-9067) Clients to do a random delay when reconnecting to the cluster

Sergey Chugunov created IGNITE-9067:
---------------------------------------

             Summary: Clients to do a random delay when reconnecting to the cluster
                 Key: IGNITE-9067
                 URL: https://issues.apache.org/jira/browse/IGNITE-9067
             Project: Ignite
          Issue Type: Improvement
    Affects Versions: 2.6
            Reporter: Sergey Chugunov
             Fix For: 2.7


IGNITE-8657 and subsequent tickets fixed situation when client nodes might hang when too many clients join topology simultaneously.

After IGNITE-8657 client nodes try to reconnect immediately on receiving reply from coordinator. This may cause starvation-like issue when many clients make frequent reconnect attempts and prevents each other to join cluster.

Random delay on next reconnect attempt may significantly improve speed of massive reconnect.



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