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/9aef6090
Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/9aef6090
Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/9aef6090

Branch: refs/heads/ignite-5797
Commit: 9aef609022fa0a85e7fa23ab2c0d8ec25b1906d8
Parents: 7989173
Author: Maxim Muzafarov <[email protected]>
Authored: Mon Oct 1 16:03:24 2018 +0300
Committer: Andrey Gura <[email protected]>
Committed: Mon Oct 1 16:03:24 2018 +0300

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


http://git-wip-us.apache.org/repos/asf/ignite/blob/9aef6090/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