You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ignite.apache.org by "Alexey Goncharuk (JIRA)" <ji...@apache.org> on 2018/01/30 14:28:00 UTC

[jira] [Created] (IGNITE-7569) Index rebuild future is created too late

Alexey Goncharuk created IGNITE-7569:
----------------------------------------

             Summary: Index rebuild future is created too late
                 Key: IGNITE-7569
                 URL: https://issues.apache.org/jira/browse/IGNITE-7569
             Project: Ignite
          Issue Type: Bug
    Affects Versions: 2.4
            Reporter: Alexey Goncharuk
            Assignee: Alexey Goncharuk
             Fix For: 2.5


rebuildIndexesIfNeeded is called before the exchange future onDone method, which may be too late in a distributed case: a node may complete a local exchange and send a compute job to a remote node. In this case, if the job checks the index rebuild future, it may observe {{null}}.

To fix this, we should create the future in beforeExchange, and complete it after the rebuild is finished.



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