ignite-5578
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/a7cb8296 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/a7cb8296 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/a7cb8296 Branch: refs/heads/ignite-5578 Commit: a7cb829628246e8fc514de03b5de67983867e4f7 Parents: ef1dd608 Author: sboikov <[email protected]> Authored: Wed Jul 19 12:26:49 2017 +0300 Committer: sboikov <[email protected]> Committed: Wed Jul 19 12:26:49 2017 +0300 ---------------------------------------------------------------------- .../distributed/dht/preloader/GridDhtPartitionsExchangeFuture.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/a7cb8296/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionsExchangeFuture.java ---------------------------------------------------------------------- diff --git a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionsExchangeFuture.java b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionsExchangeFuture.java index 3166401..9ae4032 100644 --- a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionsExchangeFuture.java +++ b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/distributed/dht/preloader/GridDhtPartitionsExchangeFuture.java @@ -1375,7 +1375,7 @@ public class GridDhtPartitionsExchangeFuture extends GridDhtTopologyFutureAdapte if (!done.compareAndSet(false, true)) return false; - log.info("Finish exchange future [startVer=" + topologyVersion() + ", resVer=" + res + ']'); + log.info("Finish exchange future [startVer=" + topologyVersion() + ", resVer=" + res + ", err=" + err + ']'); assert res != null || err != null;
