Luchnikov Alexander created IGNITE-18494:
--------------------------------------------
Summary: 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
Attachments: NearCacheTest.cs, NearCacheTest.java
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.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)