Repository: ignite
Updated Branches:
  refs/heads/ignite-2.7 e86b23903 -> 7fe52af08


IGNITE-9723 Use blockingSectionBegin method to wrap exchange future

Signed-off-by: Andrey Gura <[email protected]>


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

Branch: refs/heads/ignite-2.7
Commit: 7fe52af08adf0d8a125e0aa52ff41c13fe751c80
Parents: e86b239
Author: Maxim Muzafarov <[email protected]>
Authored: Mon Oct 1 16:03:24 2018 +0300
Committer: Andrey Gura <[email protected]>
Committed: Mon Oct 1 16:27:51 2018 +0300

----------------------------------------------------------------------
 .../processors/cache/GridCachePartitionExchangeManager.java        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ignite/blob/7fe52af0/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCachePartitionExchangeManager.java
----------------------------------------------------------------------
diff --git 
a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCachePartitionExchangeManager.java
 
b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCachePartitionExchangeManager.java
index 731822b..4c254b0 100644
--- 
a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCachePartitionExchangeManager.java
+++ 
b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/GridCachePartitionExchangeManager.java
@@ -2681,7 +2681,7 @@ public class GridCachePartitionExchangeManager<K, V> 
extends GridCacheSharedMana
                                         ? Math.min(curTimeout, dumpTimeout)
                                         : dumpTimeout;
 
-                                    blockingSectionEnd();
+                                    blockingSectionBegin();
 
                                     try {
                                         resVer = exchFut.get(exchTimeout, 
TimeUnit.MILLISECONDS);

Reply via email to