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 Pavlukhin (JIRA)" <ji...@apache.org> on 2018/08/29 07:32:00 UTC

[jira] [Updated] (IGNITE-9404) Ignite start hangs infinitely when sync preloading is cancelled

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

Ivan Pavlukhin updated IGNITE-9404:
-----------------------------------
    Description: This case fires very rarely in {{TcpDiscoveryRestartTest.testRestart}}. Caches with {{SYNC}} rebalance mode are affected. When _starting_ instance is trying to preload partitions for such cache from another instance which _stops_ around the same time, first instance could hang infinitely. When {{SYNC}} rebalance mode is enabled starting instance awaits on _preload future_ in start routine. In another thread it starts fetching partitions and receives an error from _stopping_ instance and cancels _rebalance future_ but _preload future_ is not cancelled.  (was: This case fires very rarely in {{TcpDiscoveryRestartTest.testRestart}}. Caches with {{SYNC}} rebalance mode are affected. When **starting** instance is trying to preload partitions for such cache from another instance which **stops** around the same time, first instance could hang infinitely. When {{SYNC}} rebalance mode is enabled starting instance awaits on **preload future** in start routine. In another thread it starts fetching partitions and receives an error from **stopping** instance and cancels **rebalance future** but **preload future** is not cancelled.)

> Ignite start hangs infinitely when sync preloading is cancelled
> ---------------------------------------------------------------
>
>                 Key: IGNITE-9404
>                 URL: https://issues.apache.org/jira/browse/IGNITE-9404
>             Project: Ignite
>          Issue Type: Bug
>          Components: cache
>    Affects Versions: 2.6
>            Reporter: Ivan Pavlukhin
>            Priority: Major
>
> This case fires very rarely in {{TcpDiscoveryRestartTest.testRestart}}. Caches with {{SYNC}} rebalance mode are affected. When _starting_ instance is trying to preload partitions for such cache from another instance which _stops_ around the same time, first instance could hang infinitely. When {{SYNC}} rebalance mode is enabled starting instance awaits on _preload future_ in start routine. In another thread it starts fetching partitions and receives an error from _stopping_ instance and cancels _rebalance future_ but _preload future_ is not cancelled.



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