You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Ivan Daschinskiy (Jira)" <ji...@apache.org> on 2021/02/11 15:42:00 UTC

[jira] [Assigned] (IGNITE-14167) Concurrency issues in reconnect and too short backoff strategy for reconnect timeout.

     [ https://issues.apache.org/jira/browse/IGNITE-14167?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ivan Daschinskiy reassigned IGNITE-14167:
-----------------------------------------

    Assignee: Ivan Daschinskiy

> Concurrency issues in reconnect and too short backoff strategy for reconnect timeout.
> -------------------------------------------------------------------------------------
>
>                 Key: IGNITE-14167
>                 URL: https://issues.apache.org/jira/browse/IGNITE-14167
>             Project: Ignite
>          Issue Type: Bug
>          Components: python, thin client
>            Reporter: Ivan Daschinskiy
>            Assignee: Ivan Daschinskiy
>            Priority: Major
>
> Currently the code in Connection class is not properly synchronized and
> socket can be set to None while reconnecting and sending requests simultaneously.
> Also, reconnections attempt are to short (8 fibonacci sequence items) and total only 33
> sec.
> These issues lead to flaky tests for affinity suite.



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