You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ignite.apache.org by "Alexey Goncharuk (JIRA)" <ji...@apache.org> on 2016/07/18 15:03:20 UTC

[jira] [Created] (IGNITE-3498) Possible race leaving an untracked near entry

Alexey Goncharuk created IGNITE-3498:
----------------------------------------

             Summary: Possible race leaving an untracked near entry
                 Key: IGNITE-3498
                 URL: https://issues.apache.org/jira/browse/IGNITE-3498
             Project: Ignite
          Issue Type: Bug
          Components: cache
    Affects Versions: ignite-1.4
            Reporter: Alexey Goncharuk


In GridDhtGetFuture we wait for all ongoing transactions to finish before sending get response if we add reader. If a transaction removes this entry, we may end up with a near entry which does not have a corresponding DHT entry. See TODO in GridDhtGetFuture.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)