ignite-656: bug fixing

Project: http://git-wip-us.apache.org/repos/asf/incubator-ignite/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-ignite/commit/924580e9
Tree: http://git-wip-us.apache.org/repos/asf/incubator-ignite/tree/924580e9
Diff: http://git-wip-us.apache.org/repos/asf/incubator-ignite/diff/924580e9

Branch: refs/heads/ignite-646
Commit: 924580e9d25af9436c28dd4878b4bbbd51f82a26
Parents: 950c2bd
Author: Denis Magda <dma...@gridgain.com>
Authored: Tue Apr 21 17:30:30 2015 +0300
Committer: Denis Magda <dma...@gridgain.com>
Committed: Tue Apr 21 17:30:30 2015 +0300

----------------------------------------------------------------------
 .../apache/ignite/internal/processors/cache/GridCacheAdapter.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-ignite/blob/924580e9/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheAdapter.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheAdapter.java
 
b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheAdapter.java
index bc1b5ef..c246661 100644
--- 
a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheAdapter.java
+++ 
b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCacheAdapter.java
@@ -1891,7 +1891,7 @@ public abstract class GridCacheAdapter<K, V> implements 
IgniteInternalCache<K, V
         else {
             return asyncOp(tx, new AsyncOp<Map<K1, V1>>(keys) {
                 @Override public IgniteInternalFuture<Map<K1, V1>> 
op(IgniteTxLocalAdapter tx) {
-                    return tx.getAllAsync(ctx, keys, null, 
deserializePortable, skipVals, false, readThrough);
+                    return tx.getAllAsync(ctx, keys, null, 
deserializePortable, skipVals, false, !readThrough);
                 }
             });
         }

Reply via email to