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)