Repository: ignite Updated Branches: refs/heads/ignite-5578 da8fac0c6 -> b1d24763d
ignite-5578 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/b1d24763 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/b1d24763 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/b1d24763 Branch: refs/heads/ignite-5578 Commit: b1d24763d168727f63ae2c0cc90025ad151f9360 Parents: da8fac0 Author: sboikov <[email protected]> Authored: Mon Aug 21 12:49:23 2017 +0300 Committer: sboikov <[email protected]> Committed: Mon Aug 21 12:49:23 2017 +0300 ---------------------------------------------------------------------- .../processors/cache/GridCachePartitionExchangeManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/b1d24763/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 48909d4..08eb1bf 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 @@ -136,7 +136,7 @@ public class GridCachePartitionExchangeManager<K, V> extends GridCacheSharedMana IgniteSystemProperties.getLong(IgniteSystemProperties.IGNITE_EXCHANGE_MERGE_DELAY, 0); /** */ - private static final IgniteProductVersion EXCHANGE_PROTOCOL_2_SINCE = IgniteProductVersion.fromString("2.2.0"); + private static final IgniteProductVersion EXCHANGE_PROTOCOL_2_SINCE = IgniteProductVersion.fromString("2.1.4"); /** Atomic reference for pending partition resend timeout object. */ private AtomicReference<ResendTimeoutObject> pendingResend = new AtomicReference<>();
