Repository: ignite Updated Branches: refs/heads/ignite-5075-cacheStart 090b44027 -> b904fd251
ignite-5075 Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/b904fd25 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/b904fd25 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/b904fd25 Branch: refs/heads/ignite-5075-cacheStart Commit: b904fd2511522f6772f4f4d2360f235a796677b5 Parents: 090b440 Author: sboikov <sboi...@gridgain.com> Authored: Thu May 4 17:16:38 2017 +0300 Committer: sboikov <sboi...@gridgain.com> Committed: Thu May 4 17:16:38 2017 +0300 ---------------------------------------------------------------------- .../cache/query/continuous/CacheContinuousQueryManager.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/b904fd25/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/query/continuous/CacheContinuousQueryManager.java ---------------------------------------------------------------------- diff --git a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/query/continuous/CacheContinuousQueryManager.java b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/query/continuous/CacheContinuousQueryManager.java index bc703a2..9fe29ef 100644 --- a/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/query/continuous/CacheContinuousQueryManager.java +++ b/modules/core/src/main/java/org/apache/ignite/internal/processors/cache/query/continuous/CacheContinuousQueryManager.java @@ -341,7 +341,7 @@ public class CacheContinuousQueryManager extends GridCacheManagerAdapter { updateCntr, topVer); - IgniteCacheProxy jcache = cctx.kernalContext().cache().jcache(cctx.name()); + IgniteCacheProxy jcache = cctx.kernalContext().cache().jcacheProxy(cctx.name()); assert jcache != null : "Failed to get cache proxy [name=" + cctx.name() + ", locStart=" + cctx.startTopologyVersion() +