Skip to content

Commit c19d38b

Browse files
author
vozerov-gridgain
committed
IGNITE-3007: Slight refactoring in GridNearAtomicUpdateFuture.
1 parent 9791d60 commit c19d38b

File tree

2 files changed

+605
-632
lines changed

2 files changed

+605
-632
lines changed

modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/atomic/GridDhtAtomicCache.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2896,7 +2896,7 @@ private void processNearAtomicUpdateResponse(UUID nodeId, GridNearAtomicUpdateRe
28962896
GridNearAtomicUpdateFuture fut = (GridNearAtomicUpdateFuture)ctx.mvcc().atomicFuture(res.futureVersion());
28972897

28982898
if (fut != null)
2899-
fut.onResult(nodeId, res);
2899+
fut.onResult(nodeId, res, false);
29002900
else
29012901
U.warn(log, "Failed to find near update future for update response (will ignore) " +
29022902
"[nodeId=" + nodeId + ", res=" + res + ']');

0 commit comments

Comments
 (0)