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:31:00 UTC

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

Ivan Pavlukhin created IGNITE-9404:
--------------------------------------

             Summary: 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


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)