[
https://issues.apache.org/jira/browse/IGNITE-18494?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17676332#comment-17676332
]
Ignite TC Bot commented on IGNITE-18494:
----------------------------------------
{panel:title=Branch: [pull/10476/head] Base: [master] : No blockers
found!|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}{panel}
{panel:title=Branch: [pull/10476/head] Base: [master] : New Tests
(11)|borderStyle=dashed|borderColor=#ccc|titleBGColor=#D6F7C1}
{color:#00008b}Platform .NET (Core Linux){color} [[tests
1|https://ci2.ignite.apache.org/viewLog.html?buildId=6995351]]
* {color:#013220}DotNetCore:
PlatformCacheTopologyChangeTest.TestClientNodeReconnectWithClusterRestartKeepsPlatformCache
- PASSED{color}
{color:#00008b}Platform .NET (Windows){color} [[tests
1|https://ci2.ignite.apache.org/viewLog.html?buildId=6995619]]
* {color:#013220}exe:
PlatformCacheTopologyChangeTest.TestClientNodeReconnectWithClusterRestartKeepsPlatformCache
- PASSED{color}
{color:#00008b}Cache 2{color} [[tests
9|https://ci2.ignite.apache.org/viewLog.html?buildId=6996193]]
* {color:#013220}IgniteCacheTestSuite2:
GridCacheNearDynamicStartTest.test[nodeCacheStart = AFFINITY, nodeNearCheck =
AFFINITY] - PASSED{color}
* {color:#013220}IgniteCacheTestSuite2:
GridCacheNearDynamicStartTest.test[nodeCacheStart = NON_AFFINITY, nodeNearCheck
= NON_AFFINITY] - PASSED{color}
* {color:#013220}IgniteCacheTestSuite2:
GridCacheNearDynamicStartTest.test[nodeCacheStart = NON_AFFINITY, nodeNearCheck
= AFFINITY] - PASSED{color}
* {color:#013220}IgniteCacheTestSuite2:
GridCacheNearDynamicStartTest.test[nodeCacheStart = AFFINITY, nodeNearCheck =
CLIENT] - PASSED{color}
* {color:#013220}IgniteCacheTestSuite2:
GridCacheNearDynamicStartTest.test[nodeCacheStart = AFFINITY, nodeNearCheck =
NON_AFFINITY] - PASSED{color}
* {color:#013220}IgniteCacheTestSuite2:
GridCacheNearDynamicStartTest.test[nodeCacheStart = CLIENT, nodeNearCheck =
CLIENT] - PASSED{color}
* {color:#013220}IgniteCacheTestSuite2:
GridCacheNearDynamicStartTest.test[nodeCacheStart = CLIENT, nodeNearCheck =
NON_AFFINITY] - PASSED{color}
* {color:#013220}IgniteCacheTestSuite2:
GridCacheNearDynamicStartTest.test[nodeCacheStart = CLIENT, nodeNearCheck =
AFFINITY] - PASSED{color}
* {color:#013220}IgniteCacheTestSuite2:
GridCacheNearDynamicStartTest.test[nodeCacheStart = NON_AFFINITY, nodeNearCheck
= CLIENT] - PASSED{color}
{panel}
[TeamCity *--> Run :: All*
Results|https://ci2.ignite.apache.org/viewLog.html?buildId=6994467&buildTypeId=IgniteTests24Java8_RunAll]
> Near cache not created with getCache
> ------------------------------------
>
> Key: IGNITE-18494
> URL: https://issues.apache.org/jira/browse/IGNITE-18494
> Project: Ignite
> Issue Type: Bug
> Affects Versions: 2.14
> Reporter: Luchnikov Alexander
> Assignee: Ivan Daschinsky
> Priority: Major
> Labels: ise
> Attachments: Issue.java, NearCacheTest.cs, NearCacheTest.java
>
> Time Spent: 20m
> Remaining Estimate: 0h
>
> The problem:
> On affinity nodes everything works.
> On client nodes and non-affinity nodes (i.e. filtered by some node filter) --
> near configuration ignored when starting cache on demand from descriptor.
> -------
> _The documentation
> (https://ignite.apache.org/docs/latest/configuring-caches/near-cache#configuring-near-cache)
> says:
> "Once configured in this way, the near cache is created on any node that
> requests data from the underlying cache, including both server nodes and
> client nodes."
> We expect the Near cache to be created for the cache proxy obtained with
> getCache, and getOrCreateNearCache does not need to be called because the
> NearConfiguration was initialized when the cache was created.
> Reproducers show that this is not so.
> Java reproducer [^Issue.java] without platformcache._
--
This message was sent by Atlassian Jira
(v8.20.10#820010)