Details
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 and usage from thin clients (return an error by dint of request handler)
Attachments
Issue Links
- duplicates
-
IGNITE-15756 [IEP-80] Deprecation of LOCAL caches
- Resolved
- links to