[
https://issues.apache.org/jira/browse/IGNITE-15499?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Maxim Muzafarov updated IGNITE-15499:
-------------------------------------
Description:
The deprecation of the LOCAL caches:
- Put @Deprecated on the CacheMode.LOCAL;
- Print a warning every time a LOCAL cache is created;
- Remove all mentions of LOCAL caches from documentation pages;
- Describe the explanation that the LOCAL caches can be replaced with a
PARTITIONED + NodeFilter
- Forbid a new LOCAL cache creation from a thin client (return an error via
request handler)
was:
The deprecation of the LOCAL caches:
- Put @Deprecated on the CacheMode.LOCAL;
- Print a warning every time a LOCAL cache is created;
- Remove all mentions of LOCAL caches from documentation pages;
- Describe the explanation that the LOCAL caches can be replaced with a
PARTITIONED + NodeFilter
> Deprecation of LOCAL caches
> ---------------------------
>
> Key: IGNITE-15499
> URL: https://issues.apache.org/jira/browse/IGNITE-15499
> Project: Ignite
> Issue Type: Task
> Reporter: Maxim Muzafarov
> Priority: Critical
> Fix For: 2.12
>
>
> The deprecation of the LOCAL caches:
> - Put @Deprecated on the CacheMode.LOCAL;
> - Print a warning every time a LOCAL cache is created;
> - Remove all mentions of LOCAL caches from documentation pages;
> - Describe the explanation that the LOCAL caches can be replaced with a
> PARTITIONED + NodeFilter
> - Forbid a new LOCAL cache creation from a thin client (return an error via
> request handler)
--
This message was sent by Atlassian Jira
(v8.3.4#803005)